Searched refs:dn_expand (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/netbsd/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 | 317 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0) in p_cdnname() 343 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
|
D | res_send.c | 289 n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery() 339 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
|
/bionic/libc/private/ |
D | resolv_private.h | 304 #define dn_expand __dn_expand macro 445 int dn_expand(const u_char *, const u_char *, const u_char *,
|
/bionic/libc/netbsd/nameser/ |
D | ns_parse.c | 167 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
D | ns_print.c | 842 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 218 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 248 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 271 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer() 301 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer() 339 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1147 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 1171 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer() 1190 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
|