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

1 2 3 4 56 7

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h 709 struct hostent *BIO_gethostbyname(const char *name);
711 * struct hostent *BIO_gethostbyname_r(const char *name,
712 * struct hostent *result, void *buffer, size_t buflen);
713 * or something similar (caller allocates a struct hostent,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h 709 struct hostent *BIO_gethostbyname(const char *name);
711 * struct hostent *BIO_gethostbyname_r(const char *name,
712 * struct hostent *result, void *buffer, size_t buflen);
713 * or something similar (caller allocates a struct hostent,
    [all...]
  /external/iputils/
arping.c 1088 struct hostent *hp;
rdisc.c 701 struct hostent *phe;
    [all...]
ping6.c     [all...]
  /external/openssl/crypto/bio/
bio.h 709 struct hostent *BIO_gethostbyname(const char *name);
711 * struct hostent *BIO_gethostbyname_r(const char *name,
712 * struct hostent *result, void *buffer, size_t buflen);
713 * or something similar (caller allocates a struct hostent,
    [all...]
  /external/openssl/include/openssl/
bio.h 709 struct hostent *BIO_gethostbyname(const char *name);
711 * struct hostent *BIO_gethostbyname_r(const char *name,
712 * struct hostent *result, void *buffer, size_t buflen);
713 * or something similar (caller allocates a struct hostent,
    [all...]
  /external/ppp/pppd/
tty.c 874 struct hostent *hent;
    [all...]
auth.c     [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 255 struct hostent *ent = gethostbyname(host.c_str());
MyHandler.h 314 struct hostent *ent = gethostbyname(mSessionHost.c_str());
    [all...]
  /external/chromium/third_party/libevent/
http.c 127 struct hostent *hp;
156 struct hostent *he = NULL;
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 127 struct hostent *hp;
156 struct hostent *he = NULL;
    [all...]
  /external/iproute2/misc/
ss.c 932 static int remember_he(struct aafilter *a, struct hostent *he)
968 struct hostent *he;
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1035 struct hostent *h;
    [all...]
nanoftp.c 856 struct hostent *hp;
    [all...]
  /external/libxml2/
nanohttp.c 1033 struct hostent *h;
    [all...]
nanoftp.c 857 struct hostent *hp;
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /external/libppp/src/
ipcp.c 445 struct hostent *hp;
    [all...]
  /external/openssh/
session.c     [all...]
  /system/core/adb/
sysdeps_win32.c 665 struct hostent *hp;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 336 class hostent(Structure): class in inherits:Structure
338 hostent._fields_ = [
    [all...]

Completed in 1243 milliseconds

1 2 3 4 56 7