Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dmld6.h74 struct icmp6_hdr mld_icmp6_hdr; /* ICMPv6 header */ member
95 struct icmp6_hdr mld_icmp6_hdr; member
99 #define mld_numrecs mld_icmp6_hdr.icmp6_data16[1]
/xnu-11215.61.5/bsd/netinet/
H A Dicmp6.h215 struct icmp6_hdr mld_icmp6_hdr; member
231 #define mld_type mld_icmp6_hdr.icmp6_type
232 #define mld_code mld_icmp6_hdr.icmp6_code
233 #define mld_cksum mld_icmp6_hdr.icmp6_cksum
234 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
235 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
236 #define mld_v2_reserved mld_icmp6_hdr.icmp6_data16[0]
237 #define mld_v2_numrecs mld_icmp6_hdr.icmp6_data16[1]