HomeSort by relevance Sort by last modified time
    Searched refs:dn_comp (Results 1 - 10 of 10) sorted by null

  /bionic/libc/include/
resolv.h 47 #define dn_comp __dn_comp macro
48 int dn_comp(const char* __src, u_char* __dst, int __dst_size, u_char** __dn_ptrs , u_char** __last_dn_ptr);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkquery.c 154 if ((n = dn_comp(dname, cp, buflen, dnptrs, lastdnptr)) < 0)
169 n = dn_comp((char *)data, cp, buflen, dnptrs, lastdnptr);
res_mkupdate.c 212 if ((n = dn_comp(rrecp->r_dname, cp, buflen, dnptrs,
257 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
270 n = dn_comp(buf2, cp, buflen,
311 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
327 n = dn_comp(buf2, cp, buflen, dnptrs,
res_comp.c 133 dn_comp(const char *src, u_char *dst, int dstsiz, function
  /bionic/libc/dns/resolv/
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
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 219 #define dn_comp __dn_comp macro
267 int dn_comp __P((const char *, u_char *, int,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 287 #define dn_comp __dn_comp macro
355 int dn_comp (const char *, u_char *, int, u_char **, u_char **)
  /bionic/libc/dns/include/
resolv_private.h 366 #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...]

Completed in 766 milliseconds