Searched refs:ICMP_ECHOREPLY (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 128 #define ICMP_ECHOREPLY 0 /* echo reply */ macro 173 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 361 *type == ICMP_UNREACH || *type == ICMP_ECHOREPLY) { in check_reply() 371 if (*type == ICMP_ECHOREPLY && in check_reply() 437 {ICMP_ECHOREPLY, "Echo Reply"}, in pr_type()
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | icmp4.c | 121 icmphp->icmp_type = ICMP_ECHOREPLY; in icmp4()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 537 case ICMP_ECHOREPLY: in check_reply() 1252 {ICMP_ECHOREPLY, "Echo Reply"}, in pr_type()
|
H A D | ping.c | 2101 ICMP_ECHOREPLY : ICMP_ECHO; in pinger()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 410 if (icmph->icmp_type != ICMP_ECHOREPLY) in check_icmp_echo_v4()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 84 case ICMP_ECHOREPLY: in interpret_icmp()
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1936 #ifndef ICMP_ECHOREPLY 1937 # define ICMP_ECHOREPLY 0 macro
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 246 { ICMP_ECHOREPLY, NULL, 0, "echoreply" },
|
H A D | ipf_y.y | 1358 | IPFY_ICMPT_ECHOR { $$ = ICMP_ECHOREPLY; }
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 196 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; 1290 case ICMP_ECHOREPLY :
|
H A D | fil.c | 970 case ICMP_ECHOREPLY : 4278 if (icmp->icmp_type != ICMP_ECHOREPLY)
|
H A D | ip_nat.c | 5036 case ICMP_ECHOREPLY:
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 452 {"echorep", ICMP_ECHOREPLY},
|