Searched defs:hostent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c947 struct hostent* info = gethostbyname(name);
991 struct hostent* hostent = gethostbyname(hostname); local
992 if (hostent == NULL) {
1001 memcpy(&addr.sin_addr.s_addr, hostent->h_addr_list[0], hostent->h_length);
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
H A Dnetdb.h98 struct hostent { struct
230 void freehostent(struct hostent *);
231 struct hostent *gethostbyaddr(const void *, socklen_t, int);
232 struct hostent *gethostbyname(const char *);
233 struct hostent *gethostbyname2(const char *, int);
234 struct hostent *gethostent(void);
235 int gethostent_r(struct hostent *, char *, int, int *, FILE **);
236 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
237 struct hostent *getipnodebyname(const char *, int, int, int *);
282 struct hostent * _gethostbynisnam
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c379 #define ENTNAME hostent
385 // For hostent
390 typedef struct hostent hostent; typedef in typeref:struct:hostent
411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
505 hostent * hostent; member in struct:result_map
531 hostent * result_bu
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc920 CHECK_TYPE_SIZE(hostent); variable
921 CHECK_SIZE_AND_OFFSET(hostent, h_name);
922 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
923 CHECK_SIZE_AND_OFFSET(hostent, h_addrtype);
924 CHECK_SIZE_AND_OFFSET(hostent, h_length);
925 CHECK_SIZE_AND_OFFSET(hostent, h_addr_list);

Completed in 233 milliseconds