Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mld6query/
H A Dmld6query.c58 static struct mld6_hdr mldh;
217 struct mld6_hdr *mld; in dump()
228 if ((size_t)i < sizeof(struct mld6_hdr)) { in dump()
233 mld = (struct mld6_hdr *)buf; in dump()
/dragonfly/contrib/tcpdump/
H A Dprint-icmp6.c177 struct mld6_hdr { struct
178 struct icmp6_hdr mld6_hdr; argument
182 #define mld6_type mld6_hdr.icmp6_type argument
183 #define mld6_code mld6_hdr.icmp6_code
184 #define mld6_cksum mld6_hdr.icmp6_cksum
185 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
186 #define mld6_reserved mld6_hdr.icmp6_data16[1]
1555 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp; in mld6_print()
/dragonfly/sys/netinet/
H A Dicmp6.h191 #define mld6_hdr mld_hdr macro