Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c175 struct mld6_hdr { struct
176 struct icmp6_hdr mld6_hdr; member
180 #define mld6_type mld6_hdr.icmp6_type argument
181 #define mld6_code mld6_hdr.icmp6_code
182 #define mld6_cksum mld6_hdr.icmp6_cksum
183 #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()
/freebsd/usr.sbin/mld6query/
H A Dmld6.c63 #define mld_hdr mld6_hdr
/freebsd/sys/netinet/
H A Dicmp6.h187 #define mld6_hdr mld_hdr macro