Searched refs:mld_hdr (Results 1 – 3 of 3) sorted by relevance
64 #define mld_hdr mld6_hdr macro78 struct mld_hdr mldh;297 struct mld_hdr *mld; in dump()308 if (i < sizeof(struct mld_hdr)) { in dump()313 mld = (struct mld_hdr *)buf; in dump()
122 /*const*/ struct mld_hdr *);124 /*const*/ struct mld_hdr *);628 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()1095 /*const*/ struct mld_hdr *mld) in mld_v1_input_report()1247 struct mld_hdr *mld; in mld_input()1257 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()1262 mldlen = sizeof(struct mld_hdr); in mld_input()1264 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()1277 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()1789 struct mld_hdr *mld; in mld_v1_transmit_report()[all …]
176 struct mld_hdr { struct183 #define mld6_hdr mld_hdr argument