Lines Matching refs:domain
95 * Convert an encoded domain name to printable ascii as per RFC1035.
196 * Convert a ascii string into an encoded domain name as per RFC1035.
202 * Enforces label and domain length limits.
334 * Enforces label and domain length limits.
383 * Unpack a domain name from a message, source may be compressed.
404 /* Fetch next label in domain name. */
463 * Pack domain name 'domain' into 'comp_dn'.
500 /* make sure the domain we are about to add is legal */
572 * Expand compressed domain name to presentation format.
576 * Root domain returns as "." not "".
594 * Compress a domain name into wire format, using compression pointers.
729 * dn_find(domain, msg, dnptrs, lastdnptr)
738 dn_find(const u_char *domain, const u_char *msg,
756 dn = domain;