Searched refs:ns_initparse (Results 1 – 14 of 14) sorted by relevance
/aosp12/bionic/libc/include/arpa/ |
H A D | nameser.h | 527 #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 D | ns_parse.c | 107 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 D | NativeDnsAsyncTest.cpp | 59 if (ns_initparse((const uint8_t*) buf, bufLen, &handle) < 0) { in extractIpAddressAnswers()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_debug.cpp | 246 if (ns_initparse(msg, len, &handle) < 0) { in res_pquery()
|
H A D | DnsProxyListener.cpp | 154 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 D | res_cache.cpp | 780 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 D | res_send.cpp | 165 if (ns_initparse((const uint8_t*)msg, msgLen, &handle) < 0 || in getQueryType()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/ |
H A D | NativeMultinetworkJni.cpp | 98 if (ns_initparse((const uint8_t*) buf, bufLen, &handle) < 0) { in extractIpAddressAnswers()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_debug.c | 302 if (ns_initparse(msg, len, &handle) < 0) { in res_pquery()
|
H A D | res_cache.c | 1132 if (ns_initparse(answer, answerlen, &handle) >= 0) { in answer_getTTL()
|
/aosp12/bionic/docs/ |
H A D | status.md | 170 …rious <resolv.h> functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon…
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 686 ns_initparse; # arm64 x86_64 introduced=22
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 686 ns_initparse; # arm64 x86_64 introduced=22
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_integration_test.cpp | 2228 if (ns_initparse((const uint8_t*)buf, bufLen, &handle) >= 0) { in toString()
|