/bionic/libc/include/ |
resolv.h | 53 extern int dn_expand(const u_char*, const u_char*, const u_char*, char*, int);
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 65 if ((name_len = dn_expand(answer,answer+answer_len,pos,name,MAX_NAME)) < 0) 80 if ((name_len = dn_expand(answer,answer+answer_len,pos,name,MAX_NAME)) 113 if (dn_expand(answer,answer+answer_len,data,result,
|
/bionic/libc/netbsd/resolv/ |
res_comp.c | 104 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
|
res_debug.c | 318 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0) 344 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
|
res_send.c | 297 n = dn_expand(buf, eom, cp, tname, sizeof tname); 347 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); [all...] |
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 268 printf("dn_expand failed.\n"); 278 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf)); 281 printf("dn_expand failed.\n");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
resolv.h | 283 #define dn_expand __dn_expand macro 351 int dn_expand (const u_char *, const u_char *, const u_char *,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 283 #define dn_expand __dn_expand macro 351 int dn_expand (const u_char *, const u_char *, const u_char *,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 283 #define dn_expand __dn_expand macro 351 int dn_expand (const u_char *, const u_char *, const u_char *,
|
/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 470 length = dn_expand(answer, answer + size, *cp, name, 517 length = dn_expand(answer, answer + size, *cp, name,
|
/bionic/libc/netbsd/nameser/ |
ns_parse.c | 167 b = dn_expand(handle->_msg, handle->_eom,
|
ns_print.c | 842 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen);
|
/bionic/libc/netbsd/ |
gethnamaddr.c | 224 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 254 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); 277 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); 307 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); 345 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); [all...] |
/bionic/libc/private/ |
resolv_private.h | 309 #define dn_expand __dn_expand macro
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | [all...] |
/external/iputils/ |
ping6.c | [all...] |
/external/openssh/ |
configure | [all...] |