HomeSort by relevance Sort by last modified time
    Searched refs:h_addrtype (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /art/runtime/jdwp/
jdwp_socket.cc 322 addr.addrInet.sin_family = pEntry->h_addrtype;
  /external/libxml2/
nanohttp.c 1170 if (h->h_addrtype == AF_INET) {
1177 sockin.sin_family = h->h_addrtype;
1182 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
1189 sockin6.sin6_family = h->h_addrtype;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 103 int h_addrtype; /* Host address type. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 105 int h_addrtype; /* Host address type. */ member in struct:hostent
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 884 result->hostent->h_addrtype = af;
950 result->hostent->h_addrtype = af;
1089 af_to_rr (result->hostent->h_addrtype);
    [all...]
  /external/libevent/
evutil.c 997 if (ent->h_addrtype == PF_INET) {
1008 } else if (ent->h_addrtype == PF_INET6) {
    [all...]
  /bionic/tests/
netdb_test.cpp 178 ASSERT_EQ(hent->h_addrtype, AF_INET);
  /external/c-ares/
ares_gethostbyname.c 303 hostent.h_addrtype = family;
adig.c 270 switch (hostent->h_addrtype)
  /external/iputils/
clockdiff.c 617 server.sin_family = hp->h_addrtype;
rarpd.c 314 if (hp->h_addrtype != AF_INET) {
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 1158 if (hp != NULL && hp->h_addrtype == AF_INET) {
    [all...]
  /external/netperf/src/
nettest_xti.c 586 server.sin_family = hp->h_addrtype;
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 672 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc     [all...]
  /system/netd/tests/
netd_test.cpp 182 if (!inet_ntop(he->h_addrtype, he->h_addr_list[0], buffer, sizeof(buffer))) {
    [all...]
  /external/iproute2/misc/
ss.c 1339 if (he->h_addrtype == AF_INET)
1341 else if (he->h_addrtype == AF_INET6)
1358 b->addr.family = he->h_addrtype;
    [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]

Completed in 901 milliseconds

1 2 3 4 56