HomeSort by relevance Sort by last modified time
    Searched refs:hostent (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/openssl/
e_os.h 713 struct hostent *gethostbyname(const char *name);
714 struct hostent *gethostbyaddr(const char *addr, int length, int type);
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.c 667 struct hostent* info;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 275 struct hostent* ki_gethostbyname(const char* name) {
kernel_proxy.cc 928 struct hostent* KernelProxy::gethostbyname(const char* name) {
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 258 struct hostent *h = gethostbyname(argv[1]);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 812 struct hostent *he = gethostent();
820 struct hostent *he = gethostbyname("localhost");
828 struct hostent *he = gethostbyname2("localhost", AF_INET);
836 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET);
843 struct hostent he;
844 struct hostent *result;
856 struct hostent he;
857 struct hostent *result;
869 struct hostent he;
870 struct hostent *result
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 1044 struct hostent *ent= gethostbyname(remoteHost);
1093 struct hostent *ent= gethostbyname(remoteHost);
1186 struct hostent *ent = gethostbyname(remoteHost);
    [all...]
  /art/jdwpspy/
Net.cpp 283 hostent* pHost;
  /external/libppp/src/
nat_cmd.c 308 struct hostent *hp;
radius.c 902 struct hostent *hp;
1103 struct hostent *hp;
    [all...]
  /external/ppp/pppd/
ipcp.c 339 struct hostent *hp;
375 struct hostent *hp;
413 struct hostent *hp;
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 611 struct hostent* hp;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 662 struct hostent *he;
  /external/iputils/
ping.c 121 struct hostent *hp;
    [all...]
clockdiff.c 554 struct hostent * hp;
rarpd.c 299 struct hostent *hp;
  /external/tcpdump/missing/
getaddrinfo.c 514 struct hostent *hp;
913 struct hostent *hp = NULL;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_macos.h 604 extern struct hostent *gethostbyaddr(const void *addr, int addrlen, int type);
  /external/iproute2/lib/
utils.c 558 struct hostent *h_ent;
  /external/qemu/slirp/
misc.c 75 struct hostent *he = NULL;
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 274 struct hostent *h;
  /external/netperf/
nettest_xti.c 539 struct hostent *hp;
    [all...]
  /external/iptables/iptables/
xtables.c 1092 struct hostent *host;
1220 struct hostent *host;
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 114 struct hostent *he;
  /external/chromium_org/third_party/libevent/test/
regress_http.c 114 struct hostent *he;

Completed in 2521 milliseconds

1 2 3 45 6 7