Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_comp.c89 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand() function
268 #undef dn_expand
269 __weak_reference(__dn_expand, dn_expand);
H A DSymbol.map18 dn_expand;
H A Dres_debug.c345 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0) in p_cdnname()
369 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0) in p_fqnname()
H A Dres_send.c232 n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery()
283 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
/freebsd/usr.sbin/pkg/
H A Ddns_utils.c137 if((len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN)) < 0) in dns_getsrvinfo()
149 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN); in dns_getsrvinfo()
173 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN); in dns_getsrvinfo()
/freebsd/lib/libc/net/
H A Dgethostbydns.c179 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in gethostanswer()
210 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in gethostanswer()
236 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in gethostanswer()
266 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in gethostanswer()
307 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in gethostanswer()
H A Dgetnetbydns.c200 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getnetanswer()
212 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getnetanswer()
H A DMakefile.inc152 resolver.3 dn_expand.3 \
H A Dgetaddrinfo.c2026 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
2050 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
2069 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c283 n = dn_expand((u_char *) &answer, eom, ap,
299 if ((ret = dn_expand((u_char *)&answer,
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c142 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record()
177 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_record()
192 status = dn_expand(data, end_data, p + 2, host, sizeof(host)); in parse_record()
215 status = dn_expand(data, end_data, p + 6, host, sizeof(host)); in parse_record()
282 status = dn_expand (data, end_data, p + 18, host, sizeof(host)); in parse_record()
453 status = dn_expand(data, end_data, p, host, sizeof(host)); in parse_reply()
/freebsd/include/
H A Dresolv.h341 #define dn_expand __dn_expand macro
446 int dn_expand(const u_char *, const u_char *, const u_char *,
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c288 status = dn_expand(data, data + len, p, host, sizeof(host));
309 status = dn_expand(data, data + len, p, host, sizeof(host));
347 status = dn_expand(data, data + len, p, host,
361 status = dn_expand(data, data + len, p + 2, host,
379 status = dn_expand(data, data + len, p + 6, host,
H A Ddomain.c1061 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
1086 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
1872 n = dn_expand((unsigned char *) &answer, eom, ap,
1951 if ((ret = dn_expand((unsigned char *)&answer,
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c484 length = dn_expand(answer, answer + size, *cp, name, in parse_dns_qsection()
544 length = dn_expand(answer, answer + size, *cp, name, in parse_dns_rrsection()
/freebsd/lib/libc/nameser/
H A Dns_parse.c167 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
H A Dns_print.c1175 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen); in addname()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4227 status = dn_expand( reply, reply+len, p, host, sizeof(host));
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in309 /* Define to 1 if you have the `dn_expand' function. */
/freebsd/crypto/openssh/
H A Dconfigure.ac4681 AC_SEARCH_LIBS([dn_expand], [resolv])
4861 AC_SEARCH_LIBS([dn_expand], [resolv])
/freebsd/crypto/heimdal/
H A DChangeLog.1998408 dn_expand and res_search
H A Dconfigure17430 dn_expand(0,0,0,0,0)
17451 for ac_func in dn_expand
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2443 # define DN_EXPAND_INTERCEPTOR_NAME dn_expand