/freebsd/lib/libc/resolv/ |
H A D | res_comp.c | 89 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 D | Symbol.map | 18 dn_expand;
|
H A D | res_debug.c | 345 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 D | res_send.c | 232 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 D | dns_utils.c | 137 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 D | gethostbydns.c | 179 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 D | getnetbydns.c | 200 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 D | Makefile.inc | 152 resolver.3 dn_expand.3 \
|
H A D | getaddrinfo.c | 2026 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 D | bitdomain.c | 283 n = dn_expand((u_char *) &answer, eom, ap, 299 if ((ret = dn_expand((u_char *)&answer,
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | resolve.c | 142 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 D | resolv.h | 341 #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 D | sm_resolve.c | 288 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 D | domain.c | 1061 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 D | getrrsetbyname.c | 485 length = dn_expand(answer, answer + size, *cp, name, in parse_dns_qsection() 545 length = dn_expand(answer, answer + size, *cp, name, in parse_dns_rrsection()
|
/freebsd/lib/libc/nameser/ |
H A D | ns_parse.c | 167 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
H A D | ns_print.c | 1175 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen); in addname()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 227 status = dn_expand( reply, reply+len, p, host, sizeof(host));
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 309 /* Define to 1 if you have the `dn_expand' function. */
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 4705 AC_SEARCH_LIBS([dn_expand], [resolv]) 4885 AC_SEARCH_LIBS([dn_expand], [resolv])
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 408 dn_expand and res_search
|
H A D | configure | 17430 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 D | sanitizer_common_interceptors.inc | 2451 # define DN_EXPAND_INTERCEPTOR_NAME dn_expand
|