| /src/lib/libc/resolv/ |
| res_comp.c | 94 __weak_alias(dn_expand,_dn_expand) 114 dn_expand(const u_char *msg, const u_char *eom, const u_char *src,
|
| res_send.c | 275 n = dn_expand(buf, eom, cp, tname, (int)sizeof tname); 326 n = dn_expand(buf1, eom1, cp, tname, (int)sizeof tname);
|
| res_debug.c | 365 if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0) 390 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
|
| /src/lib/libresolv/ |
| ns_verify.c | 164 n = dn_expand(msg, eom, cp, name, MAXDNAME); 183 n = dn_expand(msg, eom, cp, alg, MAXDNAME); 392 n = dn_expand(msg, eom, cp, name, MAXDNAME); 410 n = dn_expand(msg, eom, cp, alg, MAXDNAME);
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_verify.c | 165 n = dn_expand(msg, eom, cp, name, MAXDNAME); 184 n = dn_expand(msg, eom, cp, alg, MAXDNAME); 393 n = dn_expand(msg, eom, cp, name, MAXDNAME); 411 n = dn_expand(msg, eom, cp, alg, MAXDNAME);
|
| ns_parse.c | 171 b = dn_expand(handle->_msg, handle->_eom,
|
| ns_print.c | 1169 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| dnssrv.c | 315 status = dn_expand(reply, reply + len, p, host, sizeof(host)); 324 status = dn_expand(reply, reply + len, p, host, sizeof(host)); 338 status = dn_expand(reply, reply + len, p + 6, host, sizeof(host));
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_comp.c | 99 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
|
| res_debug.c | 355 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0) 382 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
|
| res_send.c | 229 n = dn_expand(buf, eom, cp, tname, sizeof tname); 280 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
|
| /src/lib/libc/net/ |
| Makefile.inc | 81 resolver.3 dn_expand.3 \
|
| gethnamaddr.c | 266 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 291 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 312 n = dn_expand(answer->buf, eom, cp, tbuf, 341 n = dn_expand(answer->buf, eom, cp, tbuf, 378 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
|
| getnetnamadr.c | 225 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 235 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
|
| getaddrinfo.c | 1760 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 1785 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); 1804 n = dn_expand(answer->buf, eom, cp, tbuf, (int)sizeof tbuf); 1894 n = dn_expand(answer->buf, eom, cp, tbuf,
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| getcertsbyname.c | 258 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 261 printf("dn_expand failed.\n"); 272 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 275 printf("dn_expand failed.\n");
|
| /src/include/ |
| resolv.h | 314 #define dn_expand __dn_expand macro 458 int dn_expand(const u_char *, const u_char *, const u_char *,
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| resolve.c | 144 status = dn_expand(data, end_data, p, host, sizeof(host)); 179 status = dn_expand(data, end_data, p, host, sizeof(host)); 194 status = dn_expand(data, end_data, p + 2, host, sizeof(host)); 217 status = dn_expand(data, end_data, p + 6, host, sizeof(host)); 284 status = dn_expand (data, end_data, p + 18, host, sizeof(host)); 455 status = dn_expand(data, end_data, p, host, sizeof(host));
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_lookup.c | 734 len = dn_expand(reply->buf, reply->end, reply->query_start, 778 if (dn_expand(reply->buf, reply->end, pos, temp, sizeof(temp)) < 0) 788 if (dn_expand(reply->buf, reply->end, pos, temp, sizeof(temp)) < 0) 798 if (dn_expand(reply->buf, reply->end, pos, temp, sizeof(temp)) < 0) 913 if (dn_expand(reply->buf, reply->end, pos, cname, c_len) < 0) 967 len = dn_expand(reply->buf, reply->end, pos, rr_name, DNS_NAME_LEN);
|
| /src/external/bsd/libbind/dist/irs/ |
| dns_ho.c | 741 n = dn_expand(ansbuf, eom, cp, bp, ep - bp); 776 n = dn_expand(ansbuf, eom, cp, bp, ep - bp); 806 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); 831 n = dn_expand(ansbuf, eor, cp, tbuf, sizeof tbuf); 881 n = dn_expand(ansbuf, eor, cp, bp, ep - bp);
|
| dns_nw.c | 380 int n = dn_expand(ansbuf, eom, cp, bp, ep - bp); 395 nn = dn_expand(ansbuf, eom, cp, bp, ep - bp); 492 int n = dn_expand(ansbuf, eom, cp, owner, sizeof owner);
|
| /src/crypto/external/bsd/openssh/dist/ |
| getrrsetbyname.c | 483 length = dn_expand(answer, answer + size, *cp, name, 530 length = dn_expand(answer, answer + size, *cp, name,
|
| /src/external/bsd/libbind/dist/include/ |
| resolv.h | 360 #define dn_expand __dn_expand macro 457 int dn_expand __P((const u_char *, const u_char *, const u_char *,
|
| /src/lib/libc/nameser/ |
| ns_parse.c | 178 b = dn_expand(handle->_msg, handle->_eom,
|
| /src/lib/libc/include/ |
| namespace.h | 294 #define dn_expand _dn_expand macro
|