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

  /bionic/libc/netbsd/resolv/
__dn_comp.c 31 dn_comp(const char *exp_dn, u_char *comp_dn, u_char **dnptrs,
35 return __dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr);
res_mkquery.c 130 u_char *dnptrs[20], **dpp, **lastdnptr; local
152 dpp = dnptrs;
155 lastdnptr = dnptrs + sizeof dnptrs / sizeof dnptrs[0];
164 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
181 dnptrs, lastdnptr);
res_comp.c 121 u_char **dnptrs, u_char **lastdnptr)
124 (const u_char **)dnptrs,
  /bionic/libc/netbsd/nameser/
ns_name.c 462 * ns_name_pack(src, dst, dstsiz, dnptrs, lastdnptr)
467 * 'dnptrs' is an array of pointers to previous compressed names.
468 * dnptrs[0] is a pointer to the beginning of the message. The array
471 * by 'dnptrs'.
473 * The list of pointers in dnptrs is updated for labels inserted into
480 const u_char **dnptrs, const u_char **lastdnptr)
491 if (dnptrs != NULL) {
492 if ((msg = *dnptrs++) != NULL) {
493 for (cpp = dnptrs; *cpp != NULL; cpp++)
528 l = dn_find(srcp, msg, (const u_char * const *)dnptrs,
    [all...]

Completed in 527 milliseconds