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

1 2

  /external/ipsec-tools/src/racoon/
var.h 75 #define NIFLAGS (NI_NUMERICHOST | NI_NUMERICSERV)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 120 #define NI_NUMERICSERV 0x00000008
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 120 #define NI_NUMERICSERV 0x00000008
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 129 #define NI_NUMERICSERV 0x00000008
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 120 #define NI_NUMERICSERV 0x00000008
getnameinfo.c 146 } else if (flags & NI_NUMERICSERV) {
  /external/python/cpython2/Modules/
addrinfo.h 120 #define NI_NUMERICSERV 0x00000008
getnameinfo.c 138 } else if (flags & NI_NUMERICSERV) {
  /external/python/cpython3/Modules/
addrinfo.h 120 #define NI_NUMERICSERV 0x00000008
getnameinfo.c 138 } else if (flags & NI_NUMERICSERV) {
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 229 #define NI_NUMERICSERV 0x00000008
  /system/extras/multinetwork/
common.cpp 129 NI_NUMERICHOST | NI_NUMERICSERV);
  /external/toybox/toys/pending/
tcpsvd.c 83 if (flags & NI_NUMERICSERV) return xmprintf("%s:%s",hbuf, sbuf);
294 server = sock_to_address((struct sockaddr*)&haddr, NI_NUMERICHOST|NI_NUMERICSERV);
356 char *client = sock_to_address((struct sockaddr*)buf, NI_NUMERICHOST | NI_NUMERICSERV);
  /bionic/libc/include/
netdb.h 184 #define NI_NUMERICSERV 0x00000008
  /bionic/tests/headers/posix/
netdb_h.c 84 MACRO(NI_NUMERICSERV);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 540 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
561 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
679 const int niflag = NI_NUMERICSERV;
ipsec_dump_policy.c 399 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV;
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 103 NI_NUMERICHOST | NI_NUMERICSERV);
  /system/netd/server/
FwmarkServer.cpp 238 NI_NUMERICHOST | NI_NUMERICSERV);
  /bionic/libc/dns/net/
getnameinfo.c 211 if (flags & NI_NUMERICSERV)
  /external/libpcap/
pcap-rpcap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 647 # define NI_NUMERICSERV 2 /* Don't convert port number to name. */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 226 if (flags & NI_NUMERICSERV)
  /external/dnsmasq/src/
util.c 368 portstr, sizeof(portstr), NI_NUMERICHOST | NI_NUMERICSERV);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 298 #define NI_NUMERICSERV 0x08

Completed in 425 milliseconds

1 2