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

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c422 mDNSexport mDNSu16 DomainNameLengthLimit(const domainname *const name, const mDNSu8 *limit) function
1476 case kDNSType_PTR: len = DomainNameLengthLimit(&rd->u.name, rd->u.data + rdlength);
1492 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
1493 len = DomainNameLengthLimit(&rd->u.mx.exchange, rd->u.data + rdlength);
1497 // Call to DomainNameLengthLimit() implicitly enforces both requirements for us
1498 len = DomainNameLengthLimit(&rd->u.srv.target, rd->u.data + rdlength);

Completed in 165 milliseconds