Searched defs:hp (Results 1 – 10 of 10) sorted by relevance
/system/netd/resolv/ |
D | gethnamaddr.cpp | 147 const HEADER* hp; in getanswer() local 411 static int gethostbyname_internal_real(const char* name, int af, res_state res, hostent* hp, in gethostbyname_internal_real() 496 static int gethostbyname_internal(const char* name, int af, res_state res, hostent* hp, char* hbuf, in gethostbyname_internal() 503 struct hostent* hp, char* buf, size_t buflen, in android_gethostbyaddrfornetcontext_real() 553 const void* addr, socklen_t len, int af, struct hostent* hp, char* hbuf, size_t hbuflen, in android_gethostbyaddrfornetcontext_proxy_internal() 678 static void convert_v4v6_hostent(struct hostent* hp, char** bpp, char* ep, in convert_v4v6_hostent() 702 static void map_v4v6_hostent(struct hostent* hp, char** bpp, char* ep) { in map_v4v6_hostent() 704 [](struct hostent* hp) { in map_v4v6_hostent() 712 static void pad_v4v6_hostent(struct hostent* hp, char** bpp, char* ep) { in pad_v4v6_hostent() 714 [](struct hostent* hp) { in pad_v4v6_hostent() [all …]
|
D | sethostent.cpp | 67 struct hostent *hp, hent; in _hf_gethtbyname2() local 190 struct hostent* hp; in _hf_gethtbyaddr() local
|
D | res_mkquery.cpp | 111 HEADER* hp; in res_nmkquery() local 202 HEADER* hp; in res_nopt() local
|
D | res_query.cpp | 117 HEADER* hp = (HEADER*) (void*) answer; in res_nquery() local 212 HEADER* hp = (HEADER*) (void*) answer; in res_nsearch() local
|
D | DnsProxyListener.cpp | 220 int extractGetHostByNameAnswers(const hostent* hp, std::vector<std::string>* ip_addrs) { in extractGetHostByNameAnswers() 283 auto hp = reinterpret_cast<HEADER*>(msg); in setQueryId() local 353 bool onlyNonSpecialUseIPv4Addresses(struct hostent* hp) { in onlyNonSpecialUseIPv4Addresses() 375 void logDnsQueryResult(const struct hostent* hp) { in logDnsQueryResult() 423 bool synthesizeNat64PrefixWithARecord(const netdutils::IPPrefix& prefix, struct hostent* hp) { in synthesizeNat64PrefixWithARecord() 530 static bool sendhostent(SocketClient* c, hostent* hp) { in sendhostent() 1036 hostent* hp = nullptr; in run() local 1185 hostent* hp = nullptr; in run() local
|
D | hostent.h | 38 struct hostent* hp; member
|
D | libnetd_resolv_test.cpp | 490 struct hostent* hp = nullptr; in TEST_F() local 514 struct hostent* hp = nullptr; in TEST_F() local 557 struct hostent* hp = nullptr; in TEST_F() local 578 struct hostent* hp = nullptr; in TEST_F() local
|
D | res_send.cpp | 397 HEADER* hp = (HEADER*)(void*)ans; in res_nsend() local 509 auto hp = reinterpret_cast<const HEADER*>(buf); in res_nsend() local 711 const HEADER* hp = (const HEADER*) (const void*) buf; in send_vc() local 978 const HEADER* hp = (const HEADER*) (const void*) buf; in send_dg() local
|
D | getaddrinfo.cpp | 835 const HEADER* hp; in getanswer() local 1574 HEADER* hp; in res_queryN() local 1670 HEADER* hp; in res_searchN() local
|
D | resolver_test.cpp | 2264 auto hp = reinterpret_cast<HEADER*>(buf); in TEST_F() local
|