/bionic/libc/netbsd/resolv/ |
__dn_comp.c | 14 __indr_reference(__dn_comp,dn_comp) 27 #undef dn_comp 28 int dn_comp(const char *, u_char *, int, u_char **, u_char **); 31 dn_comp(const char *exp_dn, u_char *comp_dn, u_char **dnptrs,
|
res_mkquery.c | 164 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs, 180 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
|
res_comp.c | 120 dn_comp(const char *src, u_char *dst, int dstsiz, function
|
/bionic/libc/include/ |
resolv.h | 51 #define dn_comp __dn_comp macro 52 extern int dn_comp(const char*, u_char*, int, u_char**, u_char**);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
resolv.h | 281 #define dn_comp __dn_comp macro 349 int dn_comp (const char *, u_char *, int, u_char **, u_char **)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 281 #define dn_comp __dn_comp macro 349 int dn_comp (const char *, u_char *, int, u_char **, u_char **)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 281 #define dn_comp __dn_comp macro 349 int dn_comp (const char *, u_char *, int, u_char **, u_char **)
|
/bionic/libc/private/ |
resolv_private.h | 350 #define dn_comp __dn_comp macro
|
/external/iputils/ |
ping6.c | 575 buflen = namelen + 3 + 1; /* dn_comp() requrires strlen() + 3, 589 n = dn_comp(canonname, (unsigned char *)buf, buflen, dnptrs, lastdnptr); 594 fprintf(stderr, "ping6: dn_comp() returned too long result.\n"); [all...] |