OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICMP6_DST_UNREACH
(Results
1 - 8
of
8
) sorted by null
/external/android-clat/
icmp.c
77
return
ICMP6_DST_UNREACH
;
134
case
ICMP6_DST_UNREACH
:
158
case
ICMP6_DST_UNREACH
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h
61
#define
ICMP6_DST_UNREACH
1
/bionic/libc/include/netinet/
icmp6.h
94
#define
ICMP6_DST_UNREACH
1 /* dest unreachable, codes: */
/external/tcpdump/
print-icmp6.c
96
#define
ICMP6_DST_UNREACH
1 /* dest unreachable, codes: */
496
{
ICMP6_DST_UNREACH
, "destination unreachable"},
917
case
ICMP6_DST_UNREACH
:
[
all
...]
/external/iputils/
traceroute6.c
777
/*
ICMP6_DST_UNREACH
: */
837
type ==
ICMP6_DST_UNREACH
)
ping6.c
1131
ICMP6_FILTER_SETPASS(
ICMP6_DST_UNREACH
, &filter);
[
all
...]
/external/toybox/toys/pending/
traceroute.c
385
|| ricmp->icmp6_type ==
ICMP6_DST_UNREACH
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iprtrmib.h
137
ICMP6_DST_UNREACH
= 1,ICMP6_PACKET_TOO_BIG = 2,ICMP6_TIME_EXCEEDED = 3,ICMP6_PARAM_PROB = 4,ICMP6_ECHO_REQUEST = 128,
Completed in 792 milliseconds