Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h75 struct icmp6_hdr mld_icmp6_hdr; member
79 #define mld_type mld_icmp6_hdr.icmp6_type
80 #define mld_code mld_icmp6_hdr.icmp6_code
81 #define mld_cksum mld_icmp6_hdr.icmp6_cksum
82 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
83 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
93 #define mld2q_type mld2q_hdr.mld_icmp6_hdr.icmp6_type
94 #define mld2q_code mld2q_hdr.mld_icmp6_hdr.icmp6_code
95 #define mld2q_cksum mld2q_hdr.mld_icmp6_hdr.icmp6_cksum
96 #define mld2q_mxrc mld2q_hdr.mld_icmp6_hdr.icmp6_data16[0]