OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_RECVERR
(Results
76 - 81
of
81
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h
59
#define
IP_RECVERR
11
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h
59
#define
IP_RECVERR
11
/external/iputils/
tracepath.c
151
if (cmsg->cmsg_type ==
IP_RECVERR
) {
402
if (setsockopt(fd, SOL_IP,
IP_RECVERR
, &on, sizeof(on))) {
403
perror("
IP_RECVERR
");
tracepath6.c
191
case
IP_RECVERR
:
519
if (setsockopt(fd, SOL_IP,
IP_RECVERR
, &on, sizeof(on))) {
520
perror("
IP_RECVERR
");
ping.c
483
if (setsockopt(icmp_sock, SOL_IP,
IP_RECVERR
, (char *)&hold, sizeof(hold)))
639
if (cmsg->cmsg_type ==
IP_RECVERR
)
843
* Also this branch processes icmp errors, when
IP_RECVERR
874
/* Sigh,
IP_RECVERR
for raw socket
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
496
IP_RECVERR
= 11
Completed in 1911 milliseconds
1
2
3
4