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
280 hostent *hp; in TEST() local
291 hostent *hp; in TEST() local
/bionic/libc/dns/net/
Dsethostent.c91 struct hostent *hp; in _hf_gethtbyname() local
130 struct hostent *hp, hent; in _hf_gethtbyname2() local
244 struct hostent *hp; in _hf_gethtbyaddr() local
Dgethnamaddr.c204 const HEADER *hp; in getanswer() local
511 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r()
544 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r()
593 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent()
699 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
817 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
851 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r()
864 android_gethostbyaddrfornet_real(const void *addr, socklen_t len, int af, struct hostent *hp, in android_gethostbyaddrfornet_real()
925 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornet_proxy_internal()
1095 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) in map_v4v6_hostent()
[all …]
Dgetnameinfo.c172 struct hostent *hp; in getnameinfo_inet() local
Dgetaddrinfo.c1301 const HEADER *hp; in getanswer() local
2141 HEADER *hp; in res_queryN() local
2245 HEADER *hp; in res_searchN() 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/resolv/
Dres_mkquery.c127 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.c740 const HEADER *hp = (const HEADER *)(const void *)buf; in send_vc() local
1051 const HEADER *hp = (const HEADER *)(const void *)buf; in send_dg() local
Dres_debug.c922 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ in loc_aton() local
/bionic/libc/dns/include/
Dhostent.h51 struct hostent *hp; member