hostent           884 native_client_sdk/src/examples/demo/nacl_io/handlers.c   struct hostent* info;
hostent           969 native_client_sdk/src/examples/demo/nacl_io/handlers.c   struct hostent* hostent = gethostbyname(hostname);
hostent           970 native_client_sdk/src/examples/demo/nacl_io/handlers.c   if (hostent == NULL) {
hostent           977 native_client_sdk/src/examples/demo/nacl_io/handlers.c   memcpy(&addr.sin_addr.s_addr, hostent->h_addr_list[0], hostent->h_length);
hostent            99 native_client_sdk/src/libraries/nacl_io/host_resolver.cc struct hostent* HostResolver::gethostbyname(const char* name) {
hostent            27 native_client_sdk/src/libraries/nacl_io/host_resolver.h   struct hostent* gethostbyname(const char* name);
hostent            32 native_client_sdk/src/libraries/nacl_io/host_resolver.h   struct hostent hostent_;
hostent           441 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc struct hostent* ki_gethostbyname(const char* name) {
hostent           145 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h struct hostent* ki_gethostbyname(const char* name);
hostent          1292 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc struct hostent* KernelProxy::gethostbyname(const char* name) {
hostent           167 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual struct hostent* gethostbyname(const char* name);
hostent           112 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h struct hostent* gethostbyname(const char* name);
hostent            12 native_client_sdk/src/libraries/nacl_io/syscalls/gethostbyname.c struct hostent* gethostbyname(const char* name) {
hostent           230 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h void		freehostent(struct hostent *);
hostent           231 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*gethostbyaddr(const void *, socklen_t, int);
hostent           232 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*gethostbyname(const char *);
hostent           233 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*gethostbyname2(const char *, int);
hostent           234 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*gethostent(void);
hostent           235 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h int             gethostent_r(struct hostent *, char *, int, int *, FILE **);
hostent           236 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*getipnodebyaddr(const void *, size_t, int, int *);
hostent           237 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent	*getipnodebyname(const char *, int, int, int *);
hostent           282 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent * _gethostbynisname(const char *, int);
hostent           283 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h struct hostent * _gethostbynisaddr(const char *, int, int);
hostent           285 native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h void _map_v4v6_hostent(struct hostent *, char **, int *);
hostent            87 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc #define NULL_HOST (static_cast<hostent*>(NULL))
hostent           315 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc   hostent* host = ki_gethostbyname(FAKE_HOSTNAME);
hostent           331 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc   hostent* host = ki_gethostbyname("nosuchhost.com");
hostent           339 native_client_sdk/src/tests/nacl_io_test/host_resolver_test.cc   struct hostent* host = ki_gethostbyname("8.8.8.8");
hostent           601 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct hostent result;
hostent            80 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD1(gethostbyname, struct hostent*(const char*));
hostent           127 third_party/libevent/http.c 						struct hostent *hp;
hostent           156 third_party/libevent/http.c 	struct hostent *he = NULL;
hostent           114 third_party/libevent/test/regress_http.c 	struct hostent *he;
hostent           856 third_party/libxml/src/nanoftp.c     struct hostent *hp;
hostent          1035 third_party/libxml/src/nanohttp.c     struct hostent *h;
hostent           604 third_party/npapi/npspy/extern/nspr/md/_macos.h extern struct hostent *gethostbyaddr(const void *addr, int addrlen, int type);
hostent            57 third_party/talloc/libreplace/getaddrinfo.c static int check_hostent_err(struct hostent *hp)
hostent            77 third_party/talloc/libreplace/getaddrinfo.c static char *canon_name_from_hostent(struct hostent *hp,
hostent           211 third_party/talloc/libreplace/getaddrinfo.c 	struct hostent *hp = NULL;
hostent           402 third_party/talloc/libreplace/getaddrinfo.c 		struct hostent *hp = gethostbyaddr(
hostent            31 third_party/talloc/libreplace/socket.c struct hostent *rep_gethostbyname(const char *name)
hostent           126 third_party/talloc/libreplace/system/network.h struct hostent *rep_gethostbyname(const char *name);