Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Dip_icmp.h104 #define ICMP_ECHO 8 /* echo service */ macro
122 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c277 case ICMP_ECHO:
/original-bsd/sys/deprecated/bbnnet/
H A Dicmp.h58 #define ICMP_ECHO 8 /* echo */ macro
H A Dic_output.c245 ic->ic_type = ICMP_ECHO;
H A Dicmp.c450 case ICMP_ECHO: /* echo */
/original-bsd/sbin/ping/
H A Dping.c391 icp->icmp_type = ICMP_ECHO; in pinger()
788 case ICMP_ECHO: