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()
118 /*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 …]
180 struct mld_hdr { struct187 #define mld6_hdr mld_hdr argument
10071 icmp_hlen = sizeof(struct mld_hdr); in pf_setup_pdesc()