Lines Matching refs:mld_hdr
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()
1809 mh->m_pkthdr.len = sizeof(struct ip6_hdr) + sizeof(struct mld_hdr); in mld_v1_transmit_report()
1820 md->m_len = sizeof(struct mld_hdr); in mld_v1_transmit_report()
1821 mld = mtod(md, struct mld_hdr *); in mld_v1_transmit_report()
1830 sizeof(struct ip6_hdr), sizeof(struct mld_hdr)); in mld_v1_transmit_report()
3059 struct mld_hdr *mld; in mld_dispatch_packet()
3126 mld = (struct mld_hdr *)(mtod(md, uint8_t *) + off); in mld_dispatch_packet()