Searched refs:mld6_hdr (Results 1 – 1 of 1) sorted by relevance
174 struct mld6_hdr { struct175 struct icmp6_hdr mld6_hdr; member179 #define mld6_type mld6_hdr.icmp6_type argument180 #define mld6_code mld6_hdr.icmp6_code181 #define mld6_cksum mld6_hdr.icmp6_cksum182 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]183 #define mld6_reserved mld6_hdr.icmp6_data16[1]1392 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp; in mld6_print()