Lines Matching defs:domain
87 * Convert an encoded domain name to printable ascii as per RFC1035.
189 * Convert a ascii string into an encoded domain name as per RFC1035.
198 *\li Enforces label and domain length limits.
207 * Convert a ascii string into an encoded domain name as per RFC1035.
215 * Enforces label and domain length limits.
350 *\li Enforces label and domain length limits.
398 * Unpack a domain name from a message, source may be compressed.
412 * Unpack a domain name from a message, source may be compressed.
435 /* Fetch next label in domain name. */
495 * Pack domain name 'domain' into 'comp_dn'.
535 /* make sure the domain we are about to add is legal */
606 * Expand compressed domain name to presentation format.
612 *\li Root domain returns as "." not "".
629 * Compress a domain name into wire format, using compression pointers.
763 /* Is domain "A" owned by (at or below) domain "B"?
835 /* Count the labels in a domain name. Root counts, so COM. has two. This
920 dn_find(const u_char *domain, const u_char *msg,
938 dn = domain;