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

  /external/openssh/openbsd-compat/
fake-rfc2553.h 94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 119 #define NI_NAMEREQD 0x00000004
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 119 #define NI_NAMEREQD 0x00000004
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 128 #define NI_NAMEREQD 0x00000004
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 119 #define NI_NAMEREQD 0x00000004
getnameinfo.c 211 if (flags & NI_NAMEREQD)
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 119 #define NI_NAMEREQD 0x00000004
getnameinfo.c 203 if (flags & NI_NAMEREQD)
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 119 #define NI_NAMEREQD 0x00000004
getnameinfo.c 203 if (flags & NI_NAMEREQD)
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 228 #define NI_NAMEREQD 0x00000004
  /bionic/libc/include/
netdb.h 183 #define NI_NAMEREQD 0x00000004
  /bionic/tests/headers/posix/
netdb_h.c 83 MACRO(NI_NAMEREQD);
  /cts/tests/tests/net/jni/
NativeDnsJni.c 115 int flags = NI_NAMEREQD;
  /external/openssh/
canohost.c 139 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL)
auth.c 849 NULL, 0, NI_NAMEREQD) != 0) {
  /bionic/libc/dns/net/
getnameinfo.c 41 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
286 if (flags & NI_NAMEREQD)
335 if (flags & NI_NAMEREQD)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 51 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
297 if (flags & NI_NAMEREQD)
343 if (flags & NI_NAMEREQD)
  /external/toybox/toys/pending/
arp.c 268 if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf;
  /external/libnl/lib/
addr.c 795 * is put into NI_NAMEREQD mode so the function will fail if the lookup
811 NULL, 0, NI_NAMEREQD);
  /external/libcups/cups/
http-support.c     [all...]

Completed in 4057 milliseconds