Lines Matching refs:domain
89 * Convert an encoded domain name to printable ascii as per RFC1035.
191 * Convert a ascii string into an encoded domain name as per RFC1035.
200 * Enforces label and domain length limits.
209 * Convert a ascii string into an encoded domain name as per RFC1035.
217 * Enforces label and domain length limits.
353 * Enforces label and domain length limits.
402 * Unpack a domain name from a message, source may be compressed.
416 * Unpack a domain name from a message, source may be compressed.
439 /* Fetch next label in domain name. */
506 * Pack domain name 'domain' into 'comp_dn'.
546 /* make sure the domain we are about to add is legal */
619 * Expand compressed domain name to presentation format.
625 * Root domain returns as "." not "".
642 * Compress a domain name into wire format, using compression pointers.
777 /* Is domain "A" owned by (at or below) domain "B"?
849 /* Count the labels in a domain name. Root counts, so COM. has two. This
933 dn_find(const u_char *domain, const u_char *msg,
951 dn = domain;