HomeSort by relevance Sort by last modified time
    Searched refs:ai_socktype (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /system/netd/
DnsProxyListener.cpp 213 int ai_socktype = atoi(argv[5]); local
219 ai_socktype != -1 || ai_protocol != -1) {
223 hints->ai_socktype = ai_socktype;
  /external/chromium/net/base/
address_list.cc 58 ai->ai_socktype = SOCK_STREAM;
221 ai->ai_socktype = socket_type;
host_resolver_proc.cc 197 hints.ai_socktype = SOCK_STREAM;
  /external/openssh/
canohost.c 93 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
120 hints.ai_socktype = SOCK_STREAM;
dns.c 159 hints.ai_socktype = SOCK_DGRAM;
  /external/netcat/
netcat.c 333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
362 proxyhints.ai_socktype = SOCK_STREAM;
600 if ((s = socket(res0->ai_family, res0->ai_socktype,
622 ahints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
715 if ((s = socket(res0->ai_family, res0->ai_socktype,
  /bionic/libc/netbsd/net/
getaddrinfo.c 260 "servname not supported for ai_socktype", /* EAI_SERVICE */
261 "ai_socktype not supported", /* EAI_SOCKTYPE */
455 hints == NULL ? -1 : hints->ai_socktype,
606 pai->ai_socktype = ANY;
638 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) {
646 if (pai->ai_socktype == ex->e_socktype
692 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
699 if (pai->ai_socktype == ANY && ex->e_socktype != ANY)
700 pai->ai_socktype = ex->e_socktype;
750 if (!MATCH(pai->ai_socktype, ex->e_socktype
    [all...]
  /bionic/libc/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 138 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
169 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
170 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /external/chromium_org/net/dns/
host_resolver_proc.cc 186 hints.ai_socktype = SOCK_STREAM;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_osf1.h 78 int ai_socktype; member in struct:addrinfo
  /external/mtpd/
mtpd.c 266 .ai_socktype = type,
282 int s = socket(r->ai_family, r->ai_socktype, r->ai_protocol);

Completed in 668 milliseconds

1 23 4 5 6