Searched refs:ICMP_ECHO (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 152 #define ICMP_ECHO 8 /* echo service */ macro 173 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | icmp4.c | 107 case ICMP_ECHO: in icmp4()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 128 outicmp->icmp_type = ICMP_ECHO; in set_buffers() 445 {ICMP_ECHO, "Echo"}, in pr_type()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1033 case ICMP_ECHO: in check_reply() 1260 {ICMP_ECHO, "Echo"}, 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 | 798 icmph->icmp_type = af == AF_INET ? ICMP_ECHO : ICMP6_ECHO_REQUEST; in ping_query()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 220 case ICMP_ECHO: in interpret_icmp()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 256 { ICMP_ECHO, NULL, 0, "echo" },
|
H A D | ipf_y.y | 1357 | IPFY_ICMPT_ECHO { $$ = ICMP_ECHO; }
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 196 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; 1289 case ICMP_ECHO :
|
H A D | ip_fil_solaris.c | 1325 case ICMP_ECHO :
|
H A D | ip_nat.c | 5037 case ICMP_ECHO:
|
H A D | fil.c | 971 case ICMP_ECHO :
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 451 {"echo", ICMP_ECHO},
|