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

1 2 34 5 6 7

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 29 struct hostent* HostResolver::gethostbyname(const char* name) {
63 // We use a single hostent struct for all calls to to gethostbyname
152 // Frees all of the deep pointers in a hostent struct. Called between uses of
kernel_intercept.h 84 struct hostent* ki_gethostbyname(const char* name);
kernel_proxy.h 137 virtual struct hostent* gethostbyname(const char* name);
kernel_wrap.h 105 struct hostent* gethostbyname(const char* name);
  /external/openssh/
logintest.c 88 struct hostent *he;
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 147 struct hostent *host;
  /art/runtime/jdwp/
jdwp_socket.cc 266 hostent* pEntry;
276 hostent he;
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.cc 212 if (hostent* pHost = SafeGetHostByName(hostname_.c_str(), &errcode)) {
345 if (hostent* pHost = SafeGetHostByName(hostname.c_str(), &errcode)) {
win32socketserver.cc 662 hostent* pHost = reinterpret_cast<hostent*>(dns_->buffer);
  /external/ppp/pppd/plugins/radius/
config.c 414 struct hostent *hp;
425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 773 CHECK_TYPE_SIZE(hostent); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 411 * struct hostent* _XGethostbyname(const char* name,_Xgethostbynameparams);
412 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type,
447 struct hostent hent;
449 struct hostent *hptr;
461 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
510 struct hostent hent;
526 struct hostent hent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 402 * struct hostent* _XGethostbyname(const char* name,_Xgethostbynameparams);
403 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type,
438 struct hostent hent;
440 struct hostent *hptr;
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
501 struct hostent hent;
517 struct hostent hent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 411 * struct hostent* _XGethostbyname(const char* name,_Xgethostbynameparams);
412 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type,
447 struct hostent hent;
449 struct hostent *hptr;
461 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
510 struct hostent hent;
526 struct hostent hent;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 402 * struct hostent* _XGethostbyname(const char* name,_Xgethostbynameparams);
403 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type,
438 struct hostent hent;
440 struct hostent *hptr;
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
501 struct hostent hent;
517 struct hostent hent;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 402 * struct hostent* _XGethostbyname(const char* name,_Xgethostbynameparams);
403 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type,
438 struct hostent hent;
440 struct hostent *hptr;
452 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
501 struct hostent hent;
517 struct hostent hent;
    [all...]
  /external/iputils/
tracepath.c 169 struct hostent *h = NULL;
308 struct hostent *he;
traceroute6.c 341 struct hostent *hp;
909 struct hostent *hp;
  /external/libpcap/
nametoaddr.c 107 struct hostent *hp;
  /external/libppp/src/
defs.c 156 struct hostent *hp;
  /external/tcpdump/
addrtoname.c 103 * h_name in struct hostent is only valid.
105 static struct hostent *
108 static struct hostent host;
228 register struct hostent *hp;
276 register struct hostent *hp;
  /external/tcpdump/missing/
getnameinfo.c 111 struct hostent *hp;
  /dalvik/vm/jdwp/
JdwpSocket.cpp 398 struct hostent* pEntry;
412 struct hostent he;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 695 hostent* pHost = reinterpret_cast<hostent*>(dns_->buffer);
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 713 struct hostent *gethostbyname(const char *name);
714 struct hostent *gethostbyaddr(const char *addr, int length, int type);

Completed in 514 milliseconds

1 2 34 5 6 7