Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/resolv/
H A Dres_comp.c113 dn_comp(const char *src, u_char *dst, int dstsiz, in dn_comp() function
273 #undef dn_comp
274 __weak_reference(__dn_comp, dn_comp);
H A Dres_mkupdate.c200 if ((n = dn_comp(rrecp->r_dname, cp, buflen, dnptrs, in res_nmkupdate()
246 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
259 n = dn_comp(buf2, cp, buflen, in res_nmkupdate()
300 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
327 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
343 n = dn_comp(buf2, cp, buflen, dnptrs, in res_nmkupdate()
546 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
603 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
717 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
H A Dres_mkquery.c146 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs, in res_nmkquery()
162 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ, in res_nmkquery()
H A DSymbol.map21 dn_comp;
/freebsd-12.1/include/
H A Dresolv.h340 #define dn_comp __dn_comp macro
446 int dn_comp(const char *, u_char *, int, u_char **, u_char **);
/freebsd-12.1/lib/libc/net/
H A DMakefile.inc114 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
/freebsd-12.1/crypto/heimdal/kdc/
H A Dannounce.c250 size = dn_comp(hostname, target + 6, sizeof(target) - 6, NULL, NULL); in register_srv()