Home
last modified time | relevance | path

Searched refs:ns_initparse (Results 1 – 14 of 14) sorted by relevance

/aosp12/bionic/libc/include/arpa/
H A Dnameser.h527 #define ns_initparse __ns_initparse macro
571 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle);
599 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle) __INTRODUCED_IN_64(22);
/aosp12/bionic/libc/dns/nameser/
H A Dns_parse.c107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() function
/aosp12/packages/modules/Connectivity/tests/cts/net/native/dns/
H A DNativeDnsAsyncTest.cpp59 if (ns_initparse((const uint8_t*) buf, bufLen, &handle) < 0) { in extractIpAddressAnswers()
/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp246 if (ns_initparse(msg, len, &handle) < 0) { in res_pquery()
H A DDnsProxyListener.cpp154 if (ns_initparse((const uint8_t*)answer, anslen, &handle) < 0) { in extractResNsendAnswers()
267 if (ns_initparse((const uint8_t*)msg, msgLen, &handle) < 0 || in parseQuery()
H A Dres_cache.cpp780 if (ns_initparse((const uint8_t*) answer, answerlen, &handle) >= 0) { in answer_getTTL()
1427 if (ns_initparse(node->answer, node->answerlen, &handle) < 0) { in resolv_gethostbyaddr_from_cache()
H A Dres_send.cpp165 if (ns_initparse((const uint8_t*)msg, msgLen, &handle) < 0 || in getQueryType()
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/
H A DNativeMultinetworkJni.cpp98 if (ns_initparse((const uint8_t*) buf, bufLen, &handle) < 0) { in extractIpAddressAnswers()
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c302 if (ns_initparse(msg, len, &handle) < 0) { in res_pquery()
H A Dres_cache.c1132 if (ns_initparse(answer, answerlen, &handle) >= 0) { in answer_getTTL()
/aosp12/bionic/docs/
H A Dstatus.md170 …rious <resolv.h> functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon…
/aosp12/bionic/libc/
H A Dlibc.map.txt686 ns_initparse; # arm64 x86_64 introduced=22
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt686 ns_initparse; # arm64 x86_64 introduced=22
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp2228 if (ns_initparse((const uint8_t*)buf, bufLen, &handle) >= 0) { in toString()