/libcore/luni/src/main/java/libcore/io/ |
StructAddrinfo.java | 35 public int ai_socktype; field in class:StructAddrinfo
|
/external/chromium/net/base/ |
address_list_unittest.cc | 138 ai.ai_socktype = SOCK_STREAM; 206 EXPECT_EQ(good_ai->ai_socktype, test_ai->ai_socktype); 209 good_ai->ai_socktype == AF_INET ? sizeof(struct sockaddr_in) : 210 good_ai->ai_socktype == AF_INET6 ? sizeof(struct sockaddr_in6) : 0; 251 good_ai->ai_socktype == AF_INET ? sizeof(struct sockaddr_in) : 252 good_ai->ai_socktype == AF_INET6 ? sizeof(struct sockaddr_in6) : 0;
|
address_list.cc | 58 ai->ai_socktype = SOCK_STREAM; 221 ai->ai_socktype = socket_type;
|
/external/dropbear/ |
fake-rfc2553.c | 138 if (hints->ai_socktype) 139 ai->ai_socktype = hints->ai_socktype; 141 ai->ai_socktype = SOCK_STREAM;
|
fake-rfc2553.h | 127 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
|
dbutil.c | 200 hints.ai_socktype = SOCK_STREAM; 238 socks[nsock] = socket(res->ai_family, res->ai_socktype, 317 hints.ai_socktype = SOCK_STREAM; 336 sock = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
|
/system/extras/tests/bionic/libc/common/ |
test_getaddrinfo.c | 34 hints.ai_socktype = SOCK_STREAM;
|
/external/chromium/net/tools/flip_server/ |
create_listener.cc | 129 hints.ai_socktype = SOCK_STREAM; 142 results->ai_socktype, 252 hints.ai_socktype = SOCK_STREAM; 265 results->ai_socktype,
|
/external/tcpdump/missing/ |
addrinfo.h | 45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ 74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
|
getaddrinfo.c | 203 "servname not supported for ai_socktype", /* EAI_SERVICE */ 204 "ai_socktype not supported", /* EAI_SOCKTYPE */ 320 pai->ai_socktype = ANY; 352 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { 360 if (pai->ai_socktype == ex->e_socktype 402 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) 409 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) 410 pai->ai_socktype = ex->e_socktype; 458 if (!MATCH(pai->ai_socktype, ex->e_socktype, 469 if (pai->ai_socktype == ANY && ex->e_socktype != ANY [all...] |
/system/netd/ |
DnsProxyListener.cpp | 132 int ai_socktype = atoi(argv[5]); local 135 ai_socktype != -1 || ai_protocol != -1) { 139 hints->ai_socktype = ai_socktype;
|
/external/opencv/otherlibs/highgui/ |
cvcap_socket.cpp | 127 hints.ai_socktype = SOCK_STREAM; 218 int sockd = socket(pAddrInfo->ai_family, pAddrInfo->ai_socktype, pAddrInfo->ai_protocol);
|
/external/qemu/ |
qemu-sockets.c | 136 ai.ai_socktype = SOCK_STREAM; 176 slisten = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol); 251 ai.ai_socktype = SOCK_STREAM; 281 sock = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol); 322 ai.ai_socktype = SOCK_DGRAM; 353 ai.ai_socktype = SOCK_DGRAM; 374 sock = qemu_socket(peer->ai_family, peer->ai_socktype, peer->ai_protocol);
|
/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 */
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
netdb.h | 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 256 "servname not supported for ai_socktype", /* EAI_SERVICE */ 257 "ai_socktype not supported", /* EAI_SOCKTYPE */ 469 hints == NULL ? -1 : hints->ai_socktype, 609 pai->ai_socktype = ANY; 641 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { 649 if (pai->ai_socktype == ex->e_socktype 695 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) 702 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) 703 pai->ai_socktype = ex->e_socktype; 752 if (!MATCH(pai->ai_socktype, ex->e_socktype [all...] |