Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REPLY (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c440 *type == ICMP6_DST_UNREACH || *type == ICMP6_ECHO_REPLY || in check_reply6()
455 if (*type == ICMP6_ECHO_REPLY && in check_reply6()
621 {ICMP6_ECHO_REPLY, "Echo Reply"}, in pr_type6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c676 case ICMP6_ECHO_REPLY: in check_reply6()
915 {ICMP6_ECHO_REPLY, "Echo Reply"}, in pr_type6()
H A Dping.c2095 ICMP6_ECHO_REPLY : ICMP6_ECHO_REQUEST; in pinger()
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h212 #define ICMP6_ECHO_REPLY 129 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c507 if (icmp6h->icmp6_type != ICMP6_ECHO_REPLY) in check_icmp_echo_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c548 case ICMP6_ECHO_REPLY:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c299 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp_inbound_v6()
303 case ICMP6_ECHO_REPLY: in icmp_inbound_v6()
1427 case ICMP6_ECHO_REPLY: in icmp_update_out_mib_v6()
H A Dspd.c2282 case ICMP6_ECHO_REPLY: in ipsec_inbound_accept_clear()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c204 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
2727 (ic->icmp_type == ICMP6_ECHO_REPLY)) {
4116 if (((ic->ici_type == ICMP6_ECHO_REPLY) &&
H A Dfil.c702 case ICMP6_ECHO_REPLY :
4201 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4284 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
H A Dip_nat6.c2626 case ICMP6_ECHO_REPLY:
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2234 #ifndef ICMP6_ECHO_REPLY
2235 # define ICMP6_ECHO_REPLY 129 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c325 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c555 if (reply->pr_icmp_type != ICMP6_ECHO_REPLY) in in6_data()
H A Dmpd_tables.c963 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filter); in phyint_inst_v6_sockinit()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1626 icmp6->icmp6_type = ICMP6_ECHO_REPLY; in ilb_icmp_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c468 {"echorep6", ICMP6_ECHO_REPLY},