Home
last modified time | relevance | path

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

/external/tcpdump/
Dicmp6.h170 struct mld6_hdr { struct
171 struct icmp6_hdr mld6_hdr; member
175 #define mld6_type mld6_hdr.icmp6_type argument
176 #define mld6_code mld6_hdr.icmp6_code
177 #define mld6_cksum mld6_hdr.icmp6_cksum
178 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
179 #define mld6_reserved mld6_hdr.icmp6_data16[1]
Dprint-icmp6.c729 struct mld6_hdr *mp = (struct mld6_hdr *)bp; in mld6_print()