Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:domain

83  *	Convert an encoded domain name to printable ascii as per RFC1035.

162 * Convert a ascii string into an encoded domain name as per RFC1035.
168 * Enforces label and domain length limits.
273 * Unpack a domain name from a message, source may be compressed.
294 /* Fetch next label in domain name. */
348 * Pack domain name 'domain' into 'comp_dn'.
385 /* make sure the domain we are about to add is legal */
449 * Expand compressed domain name to presentation format.
453 * Root domain returns as "." not "".
471 * Compress a domain name into wire format, using compression pointers.
578 * dn_find(domain, msg, dnptrs, lastdnptr)
587 dn_find(const u_char *domain, const u_char *msg,
596 dn = domain;