Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 12 of 12) sorted by relevance

/bionic/tests/
Dnetdb_test.cpp186 hostent* hp = gethostbyname("localhost"); in TEST() local
191 hostent* hp = gethostbyname2("localhost", AF_INET); in TEST() local
197 hostent *hp; in TEST() local
219 hostent *hp; in TEST() local
241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST() local
248 hostent *hp; in TEST() local
270 hostent *hp; in TEST() local
281 hostent *hp; in TEST() local
293 hostent *hp; in TEST() local
304 hostent *hp; in TEST() local
[all …]
/bionic/libc/dns/net/
Dgethnamaddr.c219 const HEADER *hp; in getanswer() local
526 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r()
553 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r()
568 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent()
674 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
791 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
823 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r()
832 android_gethostbyaddrfornetcontext_real(const void *addr, socklen_t len, int af, struct hostent *hp, in android_gethostbyaddrfornetcontext_real()
894 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornetcontext_proxy_internal()
1063 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) in map_v4v6_hostent()
[all …]
Dsethostent.c101 struct hostent *hp; in _hf_gethtbyname() local
141 struct hostent *hp, hent; in _hf_gethtbyname2() local
253 struct hostent *hp; in _hf_gethtbyaddr() local
Dgetnameinfo.c179 struct hostent *hp; in getnameinfo_inet() local
Dgetaddrinfo.c1317 const HEADER *hp; in getanswer() local
2163 HEADER *hp; in res_queryN() local
2284 HEADER *hp; in res_searchN() local
/bionic/libc/dns/resolv/
Dres_mkquery.c126 register HEADER *hp; in res_nmkquery() local
237 register HEADER *hp; in res_nopt() local
Dres_query.c135 HEADER *hp = (HEADER *)(void *)answer; in res_nquery() local
229 HEADER *hp = (HEADER *)(void *)answer; in res_nsearch() local
Dres_send.c763 const HEADER *hp = (const HEADER *)(const void *)buf; in send_vc() local
1080 const HEADER *hp = (const HEADER *)(const void *)buf; in send_dg() local
Dres_debug.c940 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ in loc_aton() local
/bionic/libm/upstream-freebsd/lib/msun/src/
De_remainderf.c28 int32_t hx,hp; in __ieee754_remainderf() local
De_remainder.c37 int32_t hx,hp; in __ieee754_remainder() local
/bionic/libc/dns/include/
Dhostent.h51 struct hostent *hp; member