Symbol: dn_expand
include/resolv.h
427
int dn_expand(const u_char *, const u_char *, const u_char *,
lib/libc/nameser/ns_parse.c
165
b = dn_expand(handle->_msg, handle->_eom,
lib/libc/nameser/ns_print.c
829
n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
lib/libc/net/getaddrinfo.c
1754
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getaddrinfo.c
1778
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getaddrinfo.c
1797
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
182
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/gethostbydns.c
213
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/gethostbydns.c
239
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
269
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
307
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getnetbydns.c
201
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getnetbydns.c
213
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/resolv/res_comp.c
270
__weak_reference(__dn_expand, dn_expand);
lib/libc/resolv/res_debug.c
349
if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
lib/libc/resolv/res_debug.c
373
if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
lib/libc/resolv/res_send.c
238
n = dn_expand(buf, eom, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
289
n = dn_expand(buf1, eom1, cp, tname, sizeof tname);