Module Unix_extended.Mac_address
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tinclude Core.Bin_prot.Binable.S with type t := t
val equal : t -> t -> boolval of_string : string -> tval to_string : t -> stringval to_string_cisco : t -> stringinclude Core.Hashable.S with type t := t
val compare : t -> t -> Core_kernel__.Import.intval hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... end