/aosp12/packages/modules/DnsResolver/ |
H A D | res_comp.h | 21 int dn_expand(const uint8_t* msg, const uint8_t* eom, const uint8_t* src, char* dst, int dstsiz);
|
H A D | gethnamaddr.cpp | 177 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer() 198 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer() 219 n = dn_expand(answer->buf, eom, cp, tbuf, (int) sizeof tbuf); in getanswer() 246 n = dn_expand(answer->buf, eom, cp, tbuf, (int) sizeof tbuf); in getanswer() 279 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
|
H A D | res_comp.cpp | 87 int dn_expand(const uint8_t* msg, const uint8_t* eom, const uint8_t* src, char* dst, int dstsiz) { in dn_expand() function
|
H A D | getaddrinfo.cpp | 889 n = dn_expand(answer.data(), eom, cp, bp, ep - bp); in getanswer() 913 n = dn_expand(answer.data(), eom, cp, bp, ep - bp); in getanswer() 933 n = dn_expand(answer.data(), eom, cp, tbuf, sizeof tbuf); in getanswer()
|
H A D | res_send.cpp | 352 int n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery() 394 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
|
/aosp12/bionic/libc/include/ |
H A D | resolv.h | 50 int dn_expand(const u_char* __msg, const u_char* __eom, const u_char* __src, char* __dst, int __dst…
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_comp.c | 104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand() function
|
H A D | res_debug.c | 373 if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0) in p_cdnname() 397 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0) in p_fqnname()
|
H A D | res_send.c | 286 n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery() 336 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
|
/aosp12/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 268 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer() 293 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer() 314 n = dn_expand(answer->buf, eom, cp, tbuf, in getanswer() 343 n = dn_expand(answer->buf, eom, cp, tbuf, in getanswer() 380 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer()
|
H A D | getaddrinfo.c | 1360 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 1384 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 1405 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_parse.c | 172 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
H A D | ns_print.c | 1185 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()
|
/aosp12/bionic/libc/dns/include/ |
H A D | resolv_private.h | 321 #define dn_expand __dn_expand macro
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 296 dn_expand;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 296 dn_expand;
|