Home
last modified time | relevance | path

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

/haiku/headers/posix/netinet/
H A Dip_icmp.h100 #define ICMP_ECHO 8 /* echo service */ macro
161 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/haiku/src/bin/network/ping/
H A Dping.c177 static u_char icmp_type = ICMP_ECHO;
1357 (oicmp.icmp_type == ICMP_ECHO) && in pr_pack()
1525 case ICMP_ECHO: in pr_icmph()
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1457 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()