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

/netbsd-current/usr.sbin/mld6query/
H A Dmld6.c59 static struct mld6_hdr mldh;
251 struct mld6_hdr *mld;
262 if (i < (int)sizeof(struct mld6_hdr)) {
267 mld = (struct mld6_hdr *)buf;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c182 struct mld6_hdr { struct
183 struct icmp6_hdr mld6_hdr; member in struct:mld6_hdr
187 #define mld6_type mld6_hdr.icmp6_type
188 #define mld6_code mld6_hdr.icmp6_code
189 #define mld6_cksum mld6_hdr.icmp6_cksum
190 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
191 #define mld6_reserved mld6_hdr.icmp6_data16[1]
1549 const struct mld6_hdr *mp = (const struct mld6_hdr *)bp;
/netbsd-current/sys/netinet/
H A Dicmp6.h189 #define mld6_hdr mld_hdr macro

Completed in 97 milliseconds