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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c337 switch (icmp6->icmp6_type) {
884 Printf("icmp6_type=%d (%s) ", icmp6->icmp6_type,
885 pr_type6(icmp6->icmp6_type));
907 pr_type6(uchar_t icmp6_type) argument
928 if (ttab6[i].type == icmp6_type)
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h46 uint8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
76 #define mld_type mld_icmp6_hdr.icmp6_type
90 #define mld2q_type mld2q_hdr.mld_icmp6_hdr.icmp6_type
112 #define mld2r_type icmp6_type
136 #define rr_type rr_hdr.icmp6_type
268 #define nd_rs_type nd_rs_hdr.icmp6_type
280 #define nd_ra_type nd_ra_hdr.icmp6_type
297 #define nd_ns_type nd_ns_hdr.icmp6_type
308 #define nd_na_type nd_na_hdr.icmp6_type
345 #define nd_rd_type nd_rd_hdr.icmp6_type
[all...]

Completed in 67 milliseconds