Module Frenetic_kernel.Packet.Igmp3.GroupRec

type t = {
typ : int8;

(** Group Record type. *)

addr : nwAddr;

(** Multicast Group. *)

sources : nwAddr list;

(** List of sources addresses. *)

}
include sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t