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

/freebsd-9.3-release/lib/libc/resolv/
H A Dres_comp.c95 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
274 #undef dn_expand macro
275 __weak_reference(__dn_expand, dn_expand);
H A DSymbol.map22 dn_expand;
H A Dres_debug.c351 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
378 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
H A Dres_send.c236 n = dn_expand(buf, eom, cp, tname, sizeof tname);
287 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsm_resolve.c192 status = dn_expand(data, data + len, p, host, sizeof(host));
216 status = dn_expand(data, data + len, p, host, sizeof(host));
264 status = dn_expand(data, data + len, p, host,
281 status = dn_expand(data, data + len, p + 2, host,
302 status = dn_expand(data, data + len, p + 6, host,
H A Ddomain.c330 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
347 if ((n = dn_expand((unsigned char *)&answer, eom, cp,
989 n = dn_expand((unsigned char *) &answer, eom, ap,
1068 if ((ret = dn_expand((unsigned char *)&answer,
/freebsd-9.3-release/usr.sbin/pkg/
H A Ddns_utils.c135 if((len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN)) < 0)
147 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
171 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.c138 status = dn_expand(data, end_data, p, host, sizeof(host));
173 status = dn_expand(data, end_data, p, host, sizeof(host));
188 status = dn_expand(data, end_data, p + 2, host, sizeof(host));
211 status = dn_expand(data, end_data, p + 6, host, sizeof(host));
278 status = dn_expand (data, end_data, p + 18, host, sizeof(host));
449 status = dn_expand(data, end_data, p, host, sizeof(host));
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c283 n = dn_expand((u_char *) &answer, eom, ap,
299 if ((ret = dn_expand((u_char *)&answer,
/freebsd-9.3-release/lib/libc/net/
H A Dgethostbydns.c188 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
245 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
275 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
313 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 Dgetaddrinfo.c1958 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1982 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
2001 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
/freebsd-9.3-release/include/
H A Dresolv.h339 #define dn_expand __dn_expand macro
442 int dn_expand(const u_char *, const u_char *, const u_char *,
/freebsd-9.3-release/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-9.3-release/lib/libc/nameser/
H A Dns_parse.c167 b = dn_expand(handle->_msg, handle->_eom,
H A Dns_print.c833 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
/freebsd-9.3-release/crypto/openssh/
H A Dconfigure16268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dn_expand" >&5
16269 $as_echo_n "checking for library containing dn_expand... " >&6; }
16283 char dn_expand ();
16287 return dn_expand ();
16778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dn_expand" >&5
16779 $as_echo_n "checking for library containing dn_expand... " >&6; }
16793 char dn_expand ();
16797 return dn_expand ();
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure27671 { echo "$as_me:$LINENO: checking for dn_expand" >&5
27672 echo $ECHO_N "checking for dn_expand... $ECHO_C" >&6; }
27712 dn_expand(0,0,0,0,0)
27757 for ac_func in dn_expand
27851 # dn_expand
27852 eval "ac_tr_func=HAVE_`echo dn_expand | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
[all...]

Completed in 242 milliseconds