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

  /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 222 (flags & NI_DGRAM) ? "udp" : "tcp");
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 234 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd);

Completed in 62 milliseconds