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

1 2 3

  /external/strace/xlat/
sockipv6options.h 146 #if defined(IPV6_RECVDSTOPTS) || (defined(HAVE_DECL_IPV6_RECVDSTOPTS) && HAVE_DECL_IPV6_RECVDSTOPTS)
147 XLAT(IPV6_RECVDSTOPTS),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 163 #define IPV6_RECVDSTOPTS 58
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 163 #define IPV6_RECVDSTOPTS 58
  /external/ltp/testcases/network/lib6/
asapi_03.c 83 #ifndef IPV6_RECVDSTOPTS
84 #define IPV6_RECVDSTOPTS -1
144 {"IPV6_RECVDSTOPTS", IPV6_RECVDSTOPTS, 0, IPV6_DSTOPTS, 1,
  /bionic/libc/kernel/uapi/linux/
in6.h 156 #define IPV6_RECVDSTOPTS 58
  /external/iproute2/include/uapi/linux/
in6.h 232 #define IPV6_RECVDSTOPTS 58
  /external/kernel-headers/original/uapi/linux/
in6.h 232 #define IPV6_RECVDSTOPTS 58
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in6.h 210 #define IPV6_RECVDSTOPTS 58
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 447 #define IPV6_RECVDSTOPTS 40 /* bool; recv dst option after rthdr */
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 484 IPV6_RECVDSTOPTS = 40
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 503 IPV6_RECVDSTOPTS = 40
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 503 IPV6_RECVDSTOPTS = 40
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 319 #if defined(IPV6_RECVDSTOPTS)
320 initConstant(env, c, "IPV6_RECVDSTOPTS", IPV6_RECVDSTOPTS);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 321 public static final int IPV6_RECVDSTOPTS = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1413 IPV6_RECVDSTOPTS = 0x15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_dragonfly_amd64.go 745 IPV6_RECVDSTOPTS = 0x28
    [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go 430 IPV6_RECVDSTOPTS = 0x3a
    [all...]
zerrors_linux_amd64.go 430 IPV6_RECVDSTOPTS = 0x3a
    [all...]
zerrors_linux_arm.go 432 IPV6_RECVDSTOPTS = 0x3a
    [all...]

Completed in 605 milliseconds

1 2 3