Searched refs:hostent (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/ |
D | netdb.h | 84 struct hostent { struct 208 void freehostent(struct hostent *); 209 struct hostent *gethostbyaddr(const void *, socklen_t, int); 210 struct hostent *android_gethostbyaddrforiface(const void *, socklen_t, int, const char*); 211 int gethostbyaddr_r(const void *, int, int, struct hostent *, char *, size_t, struct hostent **, in… 212 struct hostent *gethostbyname(const char *); 213 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *); 214 struct hostent *gethostbyname2(const char *, int); 215 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *); 216 struct hostent *android_gethostbynameforiface(const char *, int, const char *); [all …]
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 107 static struct hostent *getanswer(const querybuf *, int, const char *, int, 110 static void map_v4v6_hostent(struct hostent *, char **, char *); 115 static struct hostent *_gethtent(void); 118 struct hostent *ht_gethostbyname(char *); 119 struct hostent *ht_gethostbyaddr(const char *, int, int); 125 static struct hostent *_gethtbyname2(const char *, int); 129 static struct hostent *gethostbyname_internal(const char *, int, res_state, const char *); 176 static struct hostent * 471 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r() 472 struct hostent**result, int *errorp) in gethostbyname_r() [all …]
|
/bionic/libc/private/ |
D | resolv_static.h | 27 struct hostent host;
|
/bionic/libc/netbsd/net/ |
D | getnameinfo.c | 163 struct hostent *hostResult = in android_gethostbyaddr_proxy() 186 struct hostent *hp; in getnameinfo_inet() 320 struct hostent android_proxy_hostent; in getnameinfo_inet()
|