OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICMP_UNREACH_HOST
(Results
1 - 4
of
4
) sorted by null
/external/android-clat/
icmp.c
99
case
ICMP_UNREACH_HOST
:
157
return
ICMP_UNREACH_HOST
;
163
return
ICMP_UNREACH_HOST
;
/bionic/libc/include/netinet/
ip_icmp.h
152
#define
ICMP_UNREACH_HOST
1 /* bad host */
/external/tcpdump/
print-icmp.c
114
#define
ICMP_UNREACH_HOST
1 /* bad host */
208
{
ICMP_UNREACH_HOST
, "host %s unreachable" },
/external/toybox/toys/pending/
traceroute.c
329
case
ICMP_UNREACH_HOST
:
Completed in 1241 milliseconds