Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgethnamaddr.cpp147 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 …]
Dsethostent.cpp67 struct hostent *hp, hent; in _hf_gethtbyname2() local
190 struct hostent* hp; in _hf_gethtbyaddr() local
Dres_mkquery.cpp111 HEADER* hp; in res_nmkquery() local
202 HEADER* hp; in res_nopt() local
Dres_query.cpp117 HEADER* hp = (HEADER*) (void*) answer; in res_nquery() local
212 HEADER* hp = (HEADER*) (void*) answer; in res_nsearch() local
DDnsProxyListener.cpp220 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
Dhostent.h38 struct hostent* hp; member
Dlibnetd_resolv_test.cpp490 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
Dres_send.cpp397 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
Dgetaddrinfo.cpp835 const HEADER* hp; in getanswer() local
1574 HEADER* hp; in res_queryN() local
1670 HEADER* hp; in res_searchN() local
Dresolver_test.cpp2264 auto hp = reinterpret_cast<HEADER*>(buf); in TEST_F() local