Home
last modified time | relevance | path

Searched refs:ICMP_ECHOREPLY (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h127 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
172 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c359 *type == ICMP_UNREACH || *type == ICMP_ECHOREPLY) { in check_reply()
369 if (*type == ICMP_ECHOREPLY && in check_reply()
435 {ICMP_ECHOREPLY, "Echo Reply"}, in pr_type()
/illumos-gate/usr/src/stand/lib/inet/
H A Dicmp4.c121 icmphp->icmp_type = ICMP_ECHOREPLY; in icmp4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c537 case ICMP_ECHOREPLY: in check_reply()
1252 {ICMP_ECHOREPLY, "Echo Reply"}, in pr_type()
H A Dping.c2101 ICMP_ECHOREPLY : ICMP_ECHO; in pinger()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c410 if (icmph->icmp_type != ICMP_ECHOREPLY) in check_icmp_echo_v4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c84 case ICMP_ECHOREPLY: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1936 #ifndef ICMP_ECHOREPLY
1937 # define ICMP_ECHOREPLY 0 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c246 { ICMP_ECHOREPLY, NULL, 0, "echoreply" },
H A Dipf_y.y1358 | IPFY_ICMPT_ECHOR { $$ = ICMP_ECHOREPLY; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c196 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
1290 case ICMP_ECHOREPLY :
H A Dfil.c970 case ICMP_ECHOREPLY :
4274 if (icmp->icmp_type != ICMP_ECHOREPLY)
H A Dip_nat.c5038 case ICMP_ECHOREPLY:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c452 {"echorep", ICMP_ECHOREPLY},