Home
last modified time | relevance | path

Searched refs:mld_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mld6query/
H A Dmld6.c63 #define mld_hdr mld6_hdr macro
77 struct mld_hdr mldh;
292 struct mld_hdr *mld; in dump()
303 if (i < sizeof(struct mld_hdr)) { in dump()
308 mld = (struct mld_hdr *)buf; in dump()
/freebsd/sys/netinet6/
H A Dmld6.c118 /*const*/ struct mld_hdr *);
120 /*const*/ struct mld_hdr *);
602 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()
1068 /*const*/ struct mld_hdr *mld) in mld_v1_input_report()
1221 struct mld_hdr *mld; in mld_input()
1237 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1242 mldlen = sizeof(struct mld_hdr); in mld_input()
1253 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1262 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()
1775 struct mld_hdr *mld; in mld_v1_transmit_report()
[all …]
/freebsd/sys/netinet/
H A Dicmp6.h180 struct mld_hdr { struct
187 #define mld6_hdr mld_hdr argument
/freebsd/sys/netpfil/pf/
H A Dpf.c10071 icmp_hlen = sizeof(struct mld_hdr); in pf_setup_pdesc()