Searched refs:mld6_hdr (Results 1 – 3 of 3) sorted by relevance
58 static struct mld6_hdr mldh;217 struct mld6_hdr *mld; in dump()228 if ((size_t)i < sizeof(struct mld6_hdr)) { in dump()233 mld = (struct mld6_hdr *)buf; in dump()
177 struct mld6_hdr { struct178 struct icmp6_hdr mld6_hdr; argument182 #define mld6_type mld6_hdr.icmp6_type argument183 #define mld6_code mld6_hdr.icmp6_code184 #define mld6_cksum mld6_hdr.icmp6_cksum185 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]186 #define mld6_reserved mld6_hdr.icmp6_data16[1]1555 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp; in mld6_print()
191 #define mld6_hdr mld_hdr macro