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

1 2 3 4 5

  /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] );
  /external/ppp/pppd/plugins/radius/
ip_util.c 42 return ntohl((*(UINT4 *) hp->h_addr));
  /external/libpcap/
nametoaddr.c 101 #ifndef h_addr
108 #ifndef h_addr
109 hlist[0] = (bpf_u_int32 *)hp->h_addr;
110 NTOHL(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
  /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/nacl_io/
host_resolver.cc 204 #if !defined(h_addr)
205 // Copy element zero of h_addr_list to h_addr when h_addr is not defined
206 // as in some libc's h_addr may be a separate member instead of a macro.
207 hostent_.h_addr = hostent_.h_addr_list[0];
430 #if !defined(h_addr)
431 // Initialize h_addr separately in the case where it is not a macro.
432 hostent_.h_addr = NULL;
  /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
  /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
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/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-4/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro

Completed in 260 milliseconds

1 2 3 4 5