Home
last modified time | relevance | path

Searched refs:mld6_hdr (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-icmp6.c174 struct mld6_hdr { struct
175 struct icmp6_hdr mld6_hdr; member
179 #define mld6_type mld6_hdr.icmp6_type argument
180 #define mld6_code mld6_hdr.icmp6_code
181 #define mld6_cksum mld6_hdr.icmp6_cksum
182 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
183 #define mld6_reserved mld6_hdr.icmp6_data16[1]
1393 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp; in mld6_print()