Searched refs:ICMP6_ECHO_REPLY (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 442 *type == ICMP6_DST_UNREACH || *type == ICMP6_ECHO_REPLY || in check_reply6() 457 if (*type == ICMP6_ECHO_REPLY && in check_reply6() 623 {ICMP6_ECHO_REPLY, "Echo Reply"}, in pr_type6()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | icmp6.h | 212 #define ICMP6_ECHO_REPLY 129 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 676 case ICMP6_ECHO_REPLY: in check_reply6() 915 {ICMP6_ECHO_REPLY, "Echo Reply"}, in pr_type6()
|
H A D | ping.c | 2095 ICMP6_ECHO_REPLY : ICMP6_ECHO_REQUEST; in pinger()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 507 if (icmp6h->icmp6_type != ICMP6_ECHO_REPLY) in check_icmp_echo_v6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 548 case ICMP6_ECHO_REPLY:
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 204 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY; 2727 (ic->icmp_type == ICMP6_ECHO_REPLY)) { 4116 if (((ic->ici_type == ICMP6_ECHO_REPLY) &&
|
H A D | fil.c | 702 case ICMP6_ECHO_REPLY : 4205 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */ 4288 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
|
H A D | ip_nat6.c | 2626 case ICMP6_ECHO_REPLY:
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2234 #ifndef ICMP6_ECHO_REPLY 2235 # define ICMP6_ECHO_REPLY 129 macro
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 297 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp_inbound_v6() 301 case ICMP6_ECHO_REPLY: in icmp_inbound_v6() 1437 case ICMP6_ECHO_REPLY: in icmp_update_out_mib_v6()
|
H A D | spd.c | 2281 case ICMP6_ECHO_REPLY: in ipsec_inbound_accept_clear()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 325 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_probe.c | 555 if (reply->pr_icmp_type != ICMP6_ECHO_REPLY) in in6_data()
|
H A D | mpd_tables.c | 963 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filter); in phyint_inst_v6_sockinit()
|
/titanic_50/usr/src/uts/common/inet/ilb/ |
H A D | ilb.c | 1626 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in ilb_icmp_v6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 468 {"echorep6", ICMP6_ECHO_REPLY},
|