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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h72 struct icmp6_hdr mld_icmp6_hdr; member in struct:mld_hdr
76 #define mld_type mld_icmp6_hdr.icmp6_type
77 #define mld_code mld_icmp6_hdr.icmp6_code
78 #define mld_cksum mld_icmp6_hdr.icmp6_cksum
79 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
80 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
90 #define mld2q_type mld2q_hdr.mld_icmp6_hdr.icmp6_type
91 #define mld2q_code mld2q_hdr.mld_icmp6_hdr.icmp6_code
92 #define mld2q_cksum mld2q_hdr.mld_icmp6_hdr.icmp6_cksum
93 #define mld2q_mxrc mld2q_hdr.mld_icmp6_hdr
[all...]

Completed in 255 milliseconds