Symbol: dn_expand
crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c
258
len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c
272
len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
include/resolv.h
458
int dn_expand(const u_char *, const u_char *, const u_char *,
lib/libc/nameser/ns_parse.c
178
b = dn_expand(handle->_msg, handle->_eom,
lib/libc/nameser/ns_print.c
1211
n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen);
lib/libc/net/getaddrinfo.c
1760
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/getaddrinfo.c
1785
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/getaddrinfo.c
1804
n = dn_expand(answer->buf, eom, cp, tbuf, (int)sizeof tbuf);
lib/libc/net/getaddrinfo.c
1894
n = dn_expand(answer->buf, eom, cp, tbuf,
lib/libc/net/gethnamaddr.c
266
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/gethnamaddr.c
291
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/gethnamaddr.c
312
n = dn_expand(answer->buf, eom, cp, tbuf,
lib/libc/net/gethnamaddr.c
341
n = dn_expand(answer->buf, eom, cp, tbuf,
lib/libc/net/gethnamaddr.c
378
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/getnetnamadr.c
225
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/net/getnetnamadr.c
235
n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
lib/libc/resolv/res_comp.c
114
dn_expand(const u_char *msg, const u_char *eom, const u_char *src,
lib/libc/resolv/res_comp.c
94
__weak_alias(dn_expand,_dn_expand)
lib/libc/resolv/res_debug.c
365
if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0)
lib/libc/resolv/res_debug.c
390
if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
lib/libc/resolv/res_send.c
275
n = dn_expand(buf, eom, cp, tname, (int)sizeof tname);
lib/libc/resolv/res_send.c
326
n = dn_expand(buf1, eom1, cp, tname, (int)sizeof tname);
lib/libresolv/ns_verify.c
164
n = dn_expand(msg, eom, cp, name, MAXDNAME);
lib/libresolv/ns_verify.c
183
n = dn_expand(msg, eom, cp, alg, MAXDNAME);
lib/libresolv/ns_verify.c
392
n = dn_expand(msg, eom, cp, name, MAXDNAME);
lib/libresolv/ns_verify.c
410
n = dn_expand(msg, eom, cp, alg, MAXDNAME);