Searched refs:mld6_hdr (Results 1 – 2 of 2) sorted by relevance
170 struct mld6_hdr { struct171 struct icmp6_hdr mld6_hdr; argument175 #define mld6_type mld6_hdr.icmp6_type argument176 #define mld6_code mld6_hdr.icmp6_code177 #define mld6_cksum mld6_hdr.icmp6_cksum178 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]179 #define mld6_reserved mld6_hdr.icmp6_data16[1]
729 struct mld6_hdr *mp = (struct mld6_hdr *)bp; in mld6_print()