Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h151 #define ICMP_ECHO 8 /* echo service */ macro
172 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/illumos-gate/usr/src/stand/lib/inet/
H A Dicmp4.c107 case ICMP_ECHO: in icmp4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c126 outicmp->icmp_type = ICMP_ECHO; in set_buffers()
443 {ICMP_ECHO, "Echo"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1033 case ICMP_ECHO: in check_reply()
1260 {ICMP_ECHO, "Echo"}, 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.c798 icmph->icmp_type = af == AF_INET ? ICMP_ECHO : ICMP6_ECHO_REQUEST; in ping_query()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c220 case ICMP_ECHO: in interpret_icmp()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c256 { ICMP_ECHO, NULL, 0, "echo" },
H A Dipf_y.y1357 | IPFY_ICMPT_ECHO { $$ = ICMP_ECHO; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c196 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
1289 case ICMP_ECHO :
H A Dip_fil_solaris.c1539 case ICMP_ECHO :
H A Dip_nat.c5039 case ICMP_ECHO:
H A Dfil.c971 case ICMP_ECHO :
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c451 {"echo", ICMP_ECHO},