Symbol: dn_expand
crypto/heimdal/lib/roken/resolve.c
142
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
177
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
192
status = dn_expand(data, end_data, p + 2, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
215
status = dn_expand(data, end_data, p + 6, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
282
status = dn_expand (data, end_data, p + 18, host, sizeof(host));
crypto/heimdal/lib/roken/resolve.c
453
status = dn_expand(data, end_data, p, host, sizeof(host));
crypto/krb5/src/lib/krb5/os/dnsglue.c
242
return dn_expand(ds->ansp,
crypto/krb5/src/lib/krb5/os/dnsglue.c
300
len = dn_expand(ds->ansp, (unsigned char *)ds->ansp + ds->anslen,
crypto/krb5/src/lib/krb5/os/dnsglue.c
336
len = dn_expand(ds->ansp, (unsigned char *)ds->ansp + ds->anslen,
crypto/openssh/openbsd-compat/getrrsetbyname.c
485
length = dn_expand(answer, answer + size, *cp, name,
crypto/openssh/openbsd-compat/getrrsetbyname.c
545
length = dn_expand(answer, answer + size, *cp, name,
include/resolv.h
445
int dn_expand(const u_char *, const u_char *, const u_char *,
lib/libc/nameser/ns_parse.c
167
b = dn_expand(handle->_msg, handle->_eom,
lib/libc/nameser/ns_print.c
1175
n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
lib/libc/net/getaddrinfo.c
2026
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getaddrinfo.c
2050
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getaddrinfo.c
2069
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
181
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/gethostbydns.c
212
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/gethostbydns.c
238
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
268
n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
lib/libc/net/gethostbydns.c
311
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getnetbydns.c
200
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/net/getnetbydns.c
212
n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
lib/libc/resolv/res_comp.c
269
__weak_reference(__dn_expand, dn_expand);
lib/libc/resolv/res_debug.c
345
if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
lib/libc/resolv/res_debug.c
369
if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
lib/libc/resolv/res_send.c
225
n = dn_expand(buf, eom, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
276
n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
usr.sbin/pkg/dns_utils.c
137
if((len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN)) < 0)
usr.sbin/pkg/dns_utils.c
149
len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
usr.sbin/pkg/dns_utils.c
173
len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);