Searched defs:DomainNameLengthLimit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c711 mDNSexport mDNSu16 DomainNameLengthLimit(const domainname *const name, const mDNSu8 *limit) function
2056 case kDNSType_PTR: len = DomainNameLengthLimit(&rd->u.name, rd->u.data + rdlength);
2072 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
2073 len = DomainNameLengthLimit(&rd->u.mx.exchange, rd->u.data + rdlength);
2077 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
2078 len = DomainNameLengthLimit(&rd->u.srv.target, rd->u.data + rdlength);

Completed in 74 milliseconds