Searched refs:mld_hdr (Results 1 – 4 of 4) sorted by relevance
63 #define mld_hdr mld6_hdr macro77 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()
117 /*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 …]
180 struct mld_hdr { struct187 #define mld6_hdr mld_hdr argument
11358 icmp_hlen = sizeof(struct mld_hdr); in pf_setup_pdesc()