HomeSort by relevance Sort by last modified time
    Searched refs:IP_RECVERR (Results 1 - 25 of 48) sorted by null

1 2

  /external/strace/xlat/
ip_cmsg_types.h 17 #if !(defined(IP_RECVERR) || (defined(HAVE_DECL_IP_RECVERR) && HAVE_DECL_IP_RECVERR))
18 # define IP_RECVERR 11
40 XLAT(IP_RECVERR),
sockipoptions.h 50 #if defined(IP_RECVERR) || (defined(HAVE_DECL_IP_RECVERR) && HAVE_DECL_IP_RECVERR)
51 XLAT(IP_RECVERR),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 64 #define IP_RECVERR 11 /* bool */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 64 #define IP_RECVERR 11 /* bool */
  /bionic/libc/kernel/uapi/linux/
in.h 94 #define IP_RECVERR 11
  /external/iproute2/include/uapi/linux/
in.h 100 #define IP_RECVERR 11
  /external/kernel-headers/original/uapi/linux/
in.h 100 #define IP_RECVERR 11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 70 #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...]
  /external/strace/
msghdr.c 229 [IP_RECVERR] = { print_cmsg_ip_recverr, sizeof(struct sock_ee) },
  /kernel/tests/net/test/
csocket.py 47 IP_RECVERR = 11
net_test.py 31 IP_RECVERR = 11
ping6_test.py 711 s.setsockopt(SOL_IP, net_test.IP_RECVERR, 1)
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 219 case IP_RECVERR: {
222 printf("IP_RECVERR ee_errno '%s' ee_origin %d => %s",
txtimestamp.c 193 cm->cmsg_type == IP_RECVERR) ||
  /external/python/cpython2/Lib/plat-linux2/
IN.py 496 IP_RECVERR = 11
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 496 IP_RECVERR = 11
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 496 IP_RECVERR = 11
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.c 327 if (!((cm->cmsg_level == SOL_IP && cm->cmsg_type == IP_RECVERR) ||
  /external/python/cpython2/Lib/plat-atheos/
IN.py 848 IP_RECVERR = 11
  /external/strace/tests/
msg_control.c 763 test_ip_recverr(mh, page, ARG_STR(IP_RECVERR));
  /external/strace/tests-m32/
msg_control.c 763 test_ip_recverr(mh, page, ARG_STR(IP_RECVERR));
  /external/strace/tests-mx32/
msg_control.c 763 test_ip_recverr(mh, page, ARG_STR(IP_RECVERR));

Completed in 965 milliseconds

1 2