HomeSort by relevance Sort by last modified time
    Searched refs:SIOCATMARK (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sockios.h 25 #define SIOCATMARK _IOR('s', 7, int)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
sockios.h 26 #define SIOCATMARK 0x8905
  /development/ndk/sources/android/libportable/arch-mips/
ioctl.c 209 return SIOCATMARK;
  /external/strace/
sock.c 128 #ifdef SIOCATMARK
129 case SIOCATMARK:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 443 SIOCATMARK = 0x8905
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 296 unsigned IOCTL_SIOCATMARK = SIOCATMARK;
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 913 #define VKI_SIOCATMARK SIOCATMARK

Completed in 630 milliseconds

1 23