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

1 2

  /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));
  /bionic/libc/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 126 memcpy((char *)&sin.sin_addr, phe->h_addr, phe->h_length);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r4/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...]
  /development/ndk/platforms/android-3/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
netdb.h 90 #define h_addr h_addr_list[0] /* address, for backward compatibility */ macro
  /external/ppp/pppd/
ipcp.c 348 dns = *(u_int32_t *)hp->h_addr;
384 wins = *(u_int32_t *)hp->h_addr;
437 local = *(u_int32_t *)hp->h_addr;
458 remote = *(u_int32_t *)hp->h_addr;
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
  /system/core/adb/
services.c 71 writex(fd, hp->h_addr, 4);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 433 memcpy(&addr.addrInet.sin_addr, pEntry->h_addr, pEntry->h_length);
  /external/qemu/slirp/
misc.c 80 our_addr = *(struct in_addr *)he->h_addr;
  /external/quake/quake/src/WinQuake/
mpdosock.h 153 #define h_addr h_addr_list[0] /* address, for backward compat */ macro
  /external/valgrind/tsan/
ts_util.cc 489 (char *)server->h_addr,

Completed in 355 milliseconds

1 2