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

1 2 3 4

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 68 if (he == NULL || he->h_addr == NULL || he->h_addrtype != AF_INET) {
73 if (inet_ntop(he->h_addrtype, he->h_addr, tmp, sizeof(tmp)) == NULL) {
89 for (char** addr = &he->h_addr; *addr != NULL; ++addr) {
97 *ip_address_list = std::string(he->h_addr);
  /bionic/tests/
netdb_test.cpp 179 ASSERT_EQ(hent->h_addr[0], 127);
180 ASSERT_EQ(hent->h_addr[1], 0);
181 ASSERT_EQ(hent->h_addr[2], 0);
182 ASSERT_EQ(hent->h_addr[3], 1);
204 // Change hp->h_addr to test reentrancy.
205 hp->h_addr[0] = 0;
214 ASSERT_EQ(0, hp->h_addr[0]);
226 // Change hp->h_addr to test reentrancy.
227 hp->h_addr[0] = 0;
236 ASSERT_EQ(0, hp->h_addr[0])
    [all...]
  /external/libpcap/
nametoaddr.c 96 #ifndef h_addr
103 #ifndef h_addr
104 hlist[0] = (bpf_u_int32 *)hp->h_addr;
105 NTOHL(hp->h_addr);
  /external/ppp/pppd/plugins/radius/
ip_util.c 42 return ntohl((*(UINT4 *) hp->h_addr));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 23 #define h_addr h_addr_list[0] macro
  /external/c-ares/
acountry.c 238 ares_inet_ntop(AF_INET,(const char*)host->h_addr,buf,sizeof(buf)),
245 find_country_from_cname(cname, *(struct in_addr*)host->h_addr);
259 memcpy(addr, host->h_addr, sizeof(*addr));
  /development/ndk/platforms/android-3/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro

Completed in 371 milliseconds

1 2 3 4