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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 121 #define NI_DGRAM 0x00000010
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 121 #define NI_DGRAM 0x00000010
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 130 #define NI_DGRAM 0x00000010
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 121 #define NI_DGRAM 0x00000010
getnameinfo.c 152 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 121 #define NI_DGRAM 0x00000010
getnameinfo.c 144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 121 #define NI_DGRAM 0x00000010
getnameinfo.c 144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 230 #define NI_DGRAM 0x00000010
  /bionic/libc/include/
netdb.h 185 #define NI_DGRAM 0x00000010
  /bionic/tests/headers/posix/
netdb_h.c 88 MACRO(NI_DGRAM);
  /bionic/libc/dns/net/
getnameinfo.c 215 (flags & NI_DGRAM) ? "udp" : "tcp");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 650 # define NI_DGRAM 16 /* Look up UDP service rather than TCP. */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 234 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 299 #define NI_DGRAM 0x10
  /libcore/luni/src/main/java/android/system/
OsConstants.java 362 public static final int NI_DGRAM = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 388 initConstant(env, c, "NI_DGRAM", NI_DGRAM);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 460 milliseconds

1 2