Searched refs:dn_comp (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/lib/libc/resolv/
H A Dres_comp.c112 dn_comp(const char *src, u_char *dst, int dstsiz, function
272 #undef dn_comp macro
273 __weak_reference(__dn_comp, dn_comp);
H A DSymbol.map21 dn_comp;
H A Dres_mkupdate.c199 if ((n = dn_comp(rrecp->r_dname, cp, buflen, dnptrs,
245 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
258 n = dn_comp(buf2, cp, buflen,
299 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
326 n = dn_comp(buf2, cp, buflen, NULL, NULL);
342 n = dn_comp(buf2, cp, buflen, dnptrs,
545 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
602 n = dn_comp(buf2, cp, buflen, NULL, NULL);
716 n = dn_comp(buf2, cp, buflen, NULL, NULL);
H A Dres_mkquery.c145 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
161 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
/freebsd-10-stable/include/
H A Dresolv.h338 #define dn_comp __dn_comp macro
444 int dn_comp(const char *, u_char *, int, u_char **, u_char **);
/freebsd-10-stable/lib/libc/net/
H A DMakefile.inc114 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dannounce.c250 size = dn_comp(hostname, target + 6, sizeof(target) - 6, NULL, NULL);

Completed in 85 milliseconds