Home
last modified time | relevance | path

Searched refs:dn_expand (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/
Dresolv.h54 extern int dn_expand(const u_char*, const u_char*, const u_char*, char*, int);
/bionic/libc/dns/resolv/
Dres_comp.c104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand() function
Dres_debug.c363 if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0) in p_cdnname()
387 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0) in p_fqnname()
Dres_send.c298 n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery()
348 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
/bionic/libc/dns/
Dgethnamaddr.c229 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
259 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
282 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
312 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
350 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
/bionic/libc/dns/nameser/
Dns_parse.c170 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
Dns_print.c1191 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()
/bionic/libc/dns/include/
Dresolv_private.h313 #define dn_expand __dn_expand macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1352 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
1376 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
1395 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()