HomeSort by relevance Sort by last modified time
    Searched full:h_addr (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 70 *first_ip_address = std::string(he->h_addr);
82 for (char** addr = &he->h_addr; *addr != NULL; ++addr) {
90 *ip_address_list = std::string(he->h_addr);
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 68 printf("%s%d", dot, ((unsigned char*)hent->h_addr)[i]);
76 printf( "%02x", ((unsigned char*)hent->h_addr)[i] );
  /system/core/libcutils/
socket_network_client.c 52 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
  /external/libpcap/
nametoaddr.c 103 #ifndef h_addr
110 #ifndef h_addr
111 hlist[0] = (bpf_u_int32 *)hp->h_addr;
112 NTOHL(hp->h_addr);
  /external/ppp/pppd/plugins/radius/
ip_util.c 42 return ntohl((*(UINT4 *) hp->h_addr));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /external/qemu/
net.c 274 saddr->sin_addr = *(struct in_addr *)he->h_addr;
748 uint32_t h_addr; local
752 h_addr = ntohl(faddr->s_addr);
756 snprintf(buf, 15, "%d.%d.%d.%d", (h_addr >> 24) & 0xff,
757 (h_addr >> 16) & 0xff,
758 (h_addr >> 8) & 0xff,
759 (h_addr) & 0xff);
    [all...]
net-android.c 876 uint32_t h_addr; local
880 h_addr = sock_address_get_ip(faddr);
884 snprintf(buf, 15, "%d.%d.%d.%d", (h_addr >> 24) & 0xff,
885 (h_addr >> 16) & 0xff,
886 (h_addr >> 8) & 0xff,
887 (h_addr) & 0xff);
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 1050 addr.sin_addr.s_addr = *(in_addr_t *)ent->h_addr;
1099 remoteAddr.sin_addr.s_addr = *(in_addr_t *)ent->h_addr;
1190 remoteAddr.sin_addr.s_addr = *(in_addr_t *)ent->h_addr;
    [all...]
  /bionic/libc/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /development/ndk/platforms/android-3/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 99 #define h_addr h_addr_list[0] /* address, for backward compatibility */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 104 char *h_addr; /* address, for backward compatibility */ member in struct:hostent
  /external/iputils/
tracepath.c 392 memcpy(&target.sin_addr, he->h_addr, 4);
  /external/libppp/src/
defs.c 160 memcpy(&ipaddr, hp->h_addr, hp->h_length);
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro

Completed in 1043 milliseconds

1 2 3 4