/illumos-gate/usr/src/uts/common/netinet/ |
H A D | icmp6.h | 49 uint8_t icmp6_type; /* type field */ member 79 #define mld_type mld_icmp6_hdr.icmp6_type 93 #define mld2q_type mld2q_hdr.mld_icmp6_hdr.icmp6_type 115 #define mld2r_type icmp6_type 139 #define rr_type rr_hdr.icmp6_type 271 #define nd_rs_type nd_rs_hdr.icmp6_type 283 #define nd_ra_type nd_ra_hdr.icmp6_type 300 #define nd_ns_type nd_ns_hdr.icmp6_type 311 #define nd_na_type nd_na_hdr.icmp6_type 348 #define nd_rd_type nd_rd_hdr.icmp6_type
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 325 switch (icmp6->icmp6_type) { in check_reply6() 851 Printf("icmp6_type=%d (%s) ", icmp6->icmp6_type, in check_reply6() 852 pr_type6(icmp6->icmp6_type)); in check_reply6() 874 pr_type6(uchar_t icmp6_type) in pr_type6() argument 895 if (ttab6[i].type == icmp6_type) in pr_type6()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 243 ip2dbg(("icmp_inbound_v6: type %d code %d\n", icmp6->icmp6_type, in icmp_inbound_v6() 250 interested = !(icmp6->icmp6_type & ICMP6_INFOMSG_MASK); in icmp_inbound_v6() 252 switch (icmp6->icmp6_type) { in icmp_inbound_v6() 299 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp_inbound_v6() 411 switch (icmp6->icmp6_type) { in icmp_inbound_v6() 554 if (icmp6->icmp6_type == ND_REDIRECT) { in icmp_inbound_verify_v6() 568 if (icmp6->icmp6_type == ND_REDIRECT) in icmp_inbound_verify_v6() 1388 if (icmp6->icmp6_type == ND_REDIRECT) { in icmp_pkt_v6() 1404 switch (icmp6->icmp6_type) { in icmp_update_out_mib_v6() 1513 if (ICMP6_IS_ERROR(icmp6->icmp6_type) || in icmp_pkt_err_ok_v6() [all …]
|
H A D | tnet.c | 786 if (icmp6->icmp6_type >= MLD_LISTENER_QUERY && in tsol_get_pkt_label() 787 icmp6->icmp6_type <= ICMP6_MAX_INFO_TYPE) in tsol_get_pkt_label()
|
H A D | ip6_input.c | 1230 if (icmp6->icmp6_type != ND_NEIGHBOR_SOLICIT && in ire_recv_noaccept_v6() 1231 icmp6->icmp6_type != ND_NEIGHBOR_ADVERT) { in ire_recv_noaccept_v6()
|
H A D | ip_ndp.c | 2311 ASSERT(icmp_nd->icmp6_type == ND_NEIGHBOR_SOLICIT || in ndp_input() 2312 icmp_nd->icmp6_type == ND_NEIGHBOR_ADVERT); in ndp_input() 2330 if (icmp_nd->icmp6_type == ND_NEIGHBOR_SOLICIT) { in ndp_input() 2511 icmp6->icmp6_type = (uint8_t)operation; in ndp_xmit()
|
H A D | icmp.c | 1308 switch (icmp6->icmp6_type) { in icmp_icmp_error_ipv6()
|
H A D | spd.c | 2265 switch (icmp6->icmp6_type) { in ipsec_inbound_accept_clear()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 457 switch (icmp6->icmp6_type) { in interpret_icmpv6() 599 icmp6->icmp6_type, pt); in interpret_icmpv6() 609 switch (icmp6->icmp6_type) { in interpret_icmpv6()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 476 if (icmp6h->icmp6_type != ICMP6_DST_UNREACH) in check_icmp_unreach_v6() 507 if (icmp6h->icmp6_type != ICMP6_ECHO_REPLY) in check_icmp_echo_v6()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 417 if (((icmp6->icmp6_type == ND_NEIGHBOR_SOLICIT) || \ 418 (icmp6->icmp6_type == ND_NEIGHBOR_ADVERT)) && \
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2236 icmp6.icmp6_type = type; in iptun_icmp_error_v6() 2250 icmp6.icmp6_type = ICMP6_PACKET_TOO_BIG; in iptun_icmp_toobig_v6() 2288 return (ICMP6_IS_ERROR(icmp6->icmp6_type) || in is_icmp_error() 2289 icmp6->icmp6_type == ND_REDIRECT); in is_icmp_error() 2614 switch (icmp6h->icmp6_type) { in iptun_input_icmp_v6()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 430 *type = icp6->icmp6_type; in check_reply6()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 311 if (icmp->icmp6_type < 128) {
|
H A D | ip_state.c | 4086 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) 4117 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || 4118 (ic->ici_type - 1 == oic->icmp6_type )) {
|
H A D | ip_nat6.c | 1142 if (nat_icmpquerytype6(orgicmp->icmp6_type)) {
|
H A D | ip_fil_solaris.c | 3051 icmp6->icmp6_type = ICMP6_DST_UNREACH;
|
H A D | fil.c | 697 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0) 700 switch (icmp6->icmp6_type)
|
/illumos-gate/usr/src/uts/common/inet/ilb/ |
H A D | ilb.c | 1619 switch (icmp6->icmp6_type) { in ilb_icmp_v6() 1626 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in ilb_icmp_v6()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 893 if (icmp->icmp6_type != ND_ROUTER_ADVERT || in get_ra_info() 1841 type = icmp_nd->icmp6_type; in ipnospoof_check_ndp()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 168 switch (icmp->icmp6_type) { in in_data()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1224 switch (icmp6->icmp6_type) { in sctp_icmp_error_ipv6()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5913 switch (icmp6->icmp6_type) { in tcp_icmp_error_ipv6() 6011 if (icmp6->icmp6_type == ICMP6_PACKET_TOO_BIG && in tcp_verifyicmp()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1174 switch (icmp6->icmp6_type) { in udp_icmp_error_ipv6()
|