Searched refs:mld_hdr (Results 1 – 3 of 3) sorted by relevance
190 /*const*/ struct mld_hdr *);192 const struct ip6_hdr *, /*const*/ struct mld_hdr *);847 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()1348 const struct ip6_hdr *ip6, /*const*/ struct mld_hdr *mld) in mld_v1_input_report()1508 struct mld_hdr *mld = NULL; in mld_input()1517 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()1522 mldlen = sizeof(struct mld_hdr); in mld_input()1526 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()1540 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()2323 struct mld_hdr *mld; in mld_v1_transmit_report()[all …]
749 if (icmp6len < sizeof(struct mld_hdr)) { in icmp6_input()773 if (icmp6len < sizeof(struct mld_hdr)) { /* necessary? */ in icmp6_input()
214 struct mld_hdr { struct221 #define mld6_hdr mld_hdr argument