/bionic/tests/ |
D | netdb_test.cpp | 186 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/ |
D | sethostent.c | 91 struct hostent *hp; in _hf_gethtbyname() local 130 struct hostent *hp, hent; in _hf_gethtbyname2() local 244 struct hostent *hp; in _hf_gethtbyaddr() local
|
D | gethnamaddr.c | 204 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 …]
|
D | getnameinfo.c | 172 struct hostent *hp; in getnameinfo_inet() local
|
D | getaddrinfo.c | 1301 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/ |
D | e_remainderf.c | 28 int32_t hx,hp; in __ieee754_remainderf() local
|
D | e_remainder.c | 37 int32_t hx,hp; in __ieee754_remainder() local
|
/bionic/libc/dns/resolv/ |
D | res_mkquery.c | 127 register HEADER *hp; in res_nmkquery() local 237 register HEADER *hp; in res_nopt() local
|
D | res_query.c | 135 HEADER *hp = (HEADER *)(void *)answer; in res_nquery() local 229 HEADER *hp = (HEADER *)(void *)answer; in res_nsearch() local
|
D | res_send.c | 740 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
|
D | res_debug.c | 922 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ in loc_aton() local
|
/bionic/libc/dns/include/ |
D | hostent.h | 51 struct hostent *hp; member
|