Searched refs:mld6_hdr (Results 1 – 3 of 3) sorted by relevance
175 struct mld6_hdr { struct176 struct icmp6_hdr mld6_hdr; member180 #define mld6_type mld6_hdr.icmp6_type argument181 #define mld6_code mld6_hdr.icmp6_code182 #define mld6_cksum mld6_hdr.icmp6_cksum183 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]184 #define mld6_reserved mld6_hdr.icmp6_data16[1]1539 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp; in mld6_print()
63 #define mld_hdr mld6_hdr
187 #define mld6_hdr mld_hdr macro