| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ | |
| mDNS.c | 5528 const mDNSBool typeMatch = (rrtype < 0) || (rrtype == kDNSQType_ANY) || (rr->rrtype == rrtype); 5530 if (typeMatch && classMatch) |