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

1 2

  /system/core/libcutils/
socket_network_client.c 50 addr.sin_family = hp->h_addrtype;
54 s = socket(hp->h_addrtype, type, 0);
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 29 switch (hent->h_addrtype) {
32 default: printf("UNKNOWN (%d)\n", hent->h_addrtype);
35 switch (hent->h_addrtype) {
  /bionic/libc/netbsd/
gethnamaddr.c 548 rs->host.h_addrtype = af;
765 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af)
773 rs->host.h_addrtype = af;
847 if (p->h_addrtype != af)
938 rs->host.h_addrtype = af;
942 if (p->h_addrtype == af && !memcmp(p->h_addr, addr,
984 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
986 hp->h_addrtype = AF_INET6;
1050 rs->host.h_addrtype = 0
    [all...]
  /bionic/libc/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /development/ndk/platforms/android-3/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /external/openssl/crypto/bio/
b_sock.c 154 if ((short)he->h_addrtype != AF_INET)
332 ret->h_addrtype=a->h_addrtype;
  /external/openssl/apps/
s_socket.c 465 if (h2->h_addrtype != AF_INET)
532 if ((short)he->h_addrtype != AF_INET)
  /external/qemu/telephony/
sysdeps_posix.c 624 addr.sin_family = hp->h_addrtype;
628 channel->fd = socket(hp->h_addrtype, SOCK_STREAM, 0);
  /external/libxml2/
nanohttp.c 1092 if (h->h_addrtype == AF_INET) {
1099 sockin.sin_family = h->h_addrtype;
1104 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
1111 sockin6.sin6_family = h->h_addrtype;
    [all...]
  /external/quake/quake/src/WinQuake/
mplpc.cpp 477 s->h_addrtype = FARPKS(&old->h_addrtype);
mpdosock.h 150 short h_addrtype; /* host address type */ member in struct:hostent
net_bw.cpp 129 int h_addrtype; /* host address type */ member in struct:hostent
  /dalvik/vm/jdwp/
JdwpSocket.c 430 addr.addrInet.sin_family = pEntry->h_addrtype;
  /external/netperf/
nettest_xti.c 587 server.sin_family = hp->h_addrtype;
    [all...]
  /external/iproute2/misc/
ss.c 872 if (he->h_addrtype == AF_INET)
874 else if (he->h_addrtype == AF_INET6)
891 b->addr.family = he->h_addrtype;
    [all...]
  /system/core/adb/
sysdeps_win32.c 682 addr.sin_family = hp->h_addrtype;
686 s = socket(hp->h_addrtype, type, 0);
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 623 af = hp->h_addrtype;
  /external/chromium/third_party/libevent/
http.c 163 ai->ai_family = he ? he->h_addrtype : AF_INET;
172 sa->sin_family = he->h_addrtype;
    [all...]
  /external/ppp/pppd/
auth.c     [all...]

Completed in 1868 milliseconds

1 2