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.c117 /*const*/ struct mld_hdr *);
119 /*const*/ struct mld_hdr *);
577 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()
1043 /*const*/ struct mld_hdr *mld) in mld_v1_input_report()
1196 struct mld_hdr *mld; in mld_input()
1212 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1217 mldlen = sizeof(struct mld_hdr); in mld_input()
1228 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1237 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()
1750 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.c11358 icmp_hlen = sizeof(struct mld_hdr); in pf_setup_pdesc()