Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h57 #define icmp6_data16 icmp6_dataun.icmp6_un_data16 macro
61 #define icmp6_id icmp6_data16[0] /* echo request/reply */
62 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
63 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
79 #define mld_maxdelay mld_icmp6_hdr.icmp6_data16[0]
80 #define mld_reserved mld_icmp6_hdr.icmp6_data16[1]
93 #define mld2q_mxrc mld2q_hdr.mld_icmp6_hdr.icmp6_data16[0]
115 #define mld2r_res1 icmp6_data16[0]
116 #define mld2r_nummar icmp6_data16[1]
289 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c820 tp = (struct timeval *)&icmp6->icmp6_data16[2]; in check_reply6()