Searched refs:dn_expand (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | resolv.h | 50 int dn_expand(const u_char* _Nonnull __msg, const u_char* _Nonnull __eom, const u_char* _Nonnull __…
|
/bionic/libc/dns/resolv/ |
D | res_comp.c | 104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand() function
|
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()
|
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()
|
/bionic/libc/dns/net/ |
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()
|
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()
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 172 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
D | ns_print.c | 1185 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 321 #define dn_expand __dn_expand macro
|
/bionic/libc/ |
D | libc.map.txt | 296 dn_expand;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 296 dn_expand;
|