Searched refs:mld_icmp6_hdr (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.h74 struct icmp6_hdr mld_icmp6_hdr; /* ICMPv6 header */ member in struct:mldv2_query
95 struct icmp6_hdr mld_icmp6_hdr; member in struct:mldv2_report
99 #define mld_numrecs mld_icmp6_hdr.icmp6_data16[1]
/xnu-2782.1.97/bsd/netinet/
H A Dicmp6.h208 struct icmp6_hdr mld_icmp6_hdr; member in struct:mld_hdr
224 #define mld_type mld_icmp6_hdr.icmp6_type
225 #define mld_code mld_icmp6_hdr.icmp6_code
226 #define mld_cksum mld_icmp6_hdr.icmp6_cksum
227 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
228 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
229 #define mld_v2_reserved mld_icmp6_hdr.icmp6_data16[0]
230 #define mld_v2_numrecs mld_icmp6_hdr.icmp6_data16[1]

Completed in 40 milliseconds