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

1 23 4 5 6 7

  /device/generic/goldfish/wifi/ipv6proxy/
address.cpp 65 hints.ai_family = AF_INET6;
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 171 int ai_family; /**< PF_xxx */ member in struct:addrinfo
200 #define EAI_FAMILY 5 /**< ai_family not supported */
  /external/curl/lib/
hostip4.c 145 hints.ai_family = PF_INET;
socks.c 177 if(hp->ai_family == AF_INET) {
622 if(hp->ai_family == AF_INET) {
635 else if(hp->ai_family == AF_INET6) {
  /external/libevent/
http-internal.h 107 int ai_family; member in struct:evhttp_connection
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c 72 hints.ai_family = PFI;
testsf_s.c 58 hints.ai_family = PFI;
  /external/toybox/toys/pending/
tcpsvd.c 238 hints.ai_family = AF_UNSPEC;
244 if ( (rp->ai_family == AF_INET) || (rp->ai_family == AF_INET6)) break;
248 sockfd = xsocket(rp->ai_family, TT.udp ?SOCK_DGRAM :SOCK_STREAM, 0);
tftp.c 446 rp.ai_family = AF_UNSPEC;
451 if ( (res->ai_family == AF_INET) || (res->ai_family == AF_INET6)) break;
455 TT.af = info->ai_family;
  /external/libevent/sample/
dns-example.c 88 if (ai->ai_family == PF_INET) {
242 hints.ai_family = PF_UNSPEC;
  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast_receiver.c 308 switch (info_p->mainfo->ai_family) {
323 sd = socket(info_p->mainfo->ai_family, info_p->mainfo->ai_socktype,
ns-tcpclient.c 254 hints.ai_family = family;
270 sock_fd = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
ns-udpsender.c 298 hints.ai_family = udp_p->family;
314 udp_p->sd = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /external/iptables/libxtables/
xtoptions.c 516 struct addrinfo hints = {.ai_family = afinfo->family};
533 xtables_sa_host(p->ai_addr, p->ai_family),
534 xtables_sa_hostlen(p->ai_family));
539 xtables_sa_host(p->ai_addr, p->ai_family),
540 xtables_sa_hostlen(p->ai_family)) != 0)
569 if (p->ai_family == AF_INET6) {
572 } else if (p->ai_family == AF_INET) {
672 struct addrinfo hints = {.ai_family = afinfo->family,
681 memcpy(&cb->val.hmask, xtables_sa_host(res->ai_addr, res->ai_family),
682 xtables_sa_hostlen(res->ai_family));
    [all...]
  /external/openssh/regress/
netcat.c 332 hints.ai_family = family;
360 proxyhints.ai_family = family;
617 if ((s = socket(res0->ai_family, res0->ai_socktype,
635 ahints.ai_family = res0->ai_family;
721 if (host == NULL && hints.ai_family == AF_UNSPEC)
722 hints.ai_family = AF_INET;
729 if ((s = socket(res0->ai_family, res0->ai_socktype,
    [all...]
  /external/libpcap/
nametoaddr.c 187 hints.ai_family = PF_UNSPEC;
304 hints.ai_family = PF_UNSPEC;
348 hints.ai_family = PF_UNSPEC;
pcap-rpcap.c 956 hints.ai_family = PF_UNSPEC
1028 int ai_family; \/* temp, keeps the address family used by the control connection *\/ local
    [all...]
  /bionic/libc/include/
netdb.h 112 int ai_family; /* PF_xxx */ member in struct:addrinfo
141 #define EAI_FAMILY 5 /* ai_family not supported */
  /bionic/tests/headers/posix/
netdb_h.c 65 STRUCT_MEMBER(struct addrinfo, int, ai_family);
  /bionic/tests/
netdb_test.cpp 56 ASSERT_TRUE(p->ai_family == AF_INET || p->ai_family == AF_INET6);
83 hints.ai_family = AF_INET;
94 ASSERT_EQ(AF_INET, tai->ai_family);
  /external/grpc-grpc/src/core/lib/iomgr/
resolve_address_posix.cc 82 hints.ai_family = AF_UNSPEC; /* ipv4 or ipv6 */
resolve_address_windows.cc 88 hints.ai_family = AF_UNSPEC; /* ipv4 or ipv6 */
  /external/libcups/cups/
http-addrlist.c 559 hints.ai_family = family;
611 if (current->ai_family == AF_INET || current->ai_family == AF_INET6)
625 if (current->ai_family == AF_INET6)
  /external/toybox/toys/net/
sntp.c 100 } else fd = xsocket(ai->ai_family, SOCK_DGRAM, IPPROTO_UDP);
  /external/openssh/
audit-bsm.c 149 switch (ai->ai_family) {
164 host, ai->ai_family);

Completed in 751 milliseconds

1 23 4 5 6 7