Searched refs:dn_expand (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/libc/resolv/
H A Dres_comp.c94 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
273 #undef dn_expand macro
274 __weak_reference(__dn_expand, dn_expand);
H A Dres_debug.c350 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
374 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
H A Dres_send.c237 n = dn_expand(buf, eom, cp, tname, sizeof tname);
288 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
/freebsd-11-stable/usr.sbin/pkg/
H A Ddns_utils.c138 if((len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN)) < 0)
150 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
174 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c283 n = dn_expand((u_char *) &answer, eom, ap,
299 if ((ret = dn_expand((u_char *)&answer,
/freebsd-11-stable/lib/libc/net/
H A Dgethostbydns.c184 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
215 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
241 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
271 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
309 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
H A Dgetnetbydns.c204 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
216 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
H A DMakefile.inc113 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
H A Dgetaddrinfo.c2024 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
2048 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
2067 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
/freebsd-11-stable/include/
H A Dresolv.h340 #define dn_expand __dn_expand macro
445 int dn_expand(const u_char *, const u_char *, const u_char *,
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.c142 status = dn_expand(data, end_data, p, host, sizeof(host));
177 status = dn_expand(data, end_data, p, host, sizeof(host));
192 status = dn_expand(data, end_data, p + 2, host, sizeof(host));
215 status = dn_expand(data, end_data, p + 6, host, sizeof(host));
282 status = dn_expand (data, end_data, p + 18, host, sizeof(host));
453 status = dn_expand(data, end_data, p, host, sizeof(host));
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c284 status = dn_expand(data, data + len, p, host, sizeof(host));
305 status = dn_expand(data, data + len, p, host, sizeof(host));
343 status = dn_expand(data, data + len, p, host,
357 status = dn_expand(data, data + len, p + 2, host,
375 status = dn_expand(data, data + len, p + 6, host,
H A Ddomain.c732 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
757 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
1504 n = dn_expand((unsigned char *) &answer, eom, ap,
1583 if ((ret = dn_expand((unsigned char *)&answer,
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c468 length = dn_expand(answer, answer + size, *cp, name,
515 length = dn_expand(answer, answer + size, *cp, name,
/freebsd-11-stable/lib/libc/nameser/
H A Dns_parse.c171 b = dn_expand(handle->_msg, handle->_eom,
H A Dns_print.c1179 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure17393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dn_expand" >&5
17394 $as_echo_n "checking for dn_expand... " >&6; }
17430 dn_expand(0,0,0,0,0)
17451 for ac_func in dn_expand
17453 ac_fn_c_check_func "$LINENO" "dn_expand" "ac_cv_func_dn_expand"
17463 # dn_expand
17464 eval "ac_tr_func=HAVE_`echo dn_expand | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"

Completed in 363 milliseconds