Lines Matching refs:match
449 * Return 1 if contents of domains match (case-insensitive)
778 * If a match is found, offset is updated to where to jump to
1623 int match;
1642 match = reply.host_replies & check_host(pkt->netif, &ans.info, &rev_v6);
1643 if (match && (ans.ttl > (mdns->dns_ttl / 2))) {
1656 if (match & REPLY_HOST_PTR_V4) {
1662 if (match & REPLY_HOST_PTR_V6) {
1671 } else if (match & REPLY_HOST_A) {
1679 } else if (match & REPLY_HOST_AAAA) {
1696 match = reply.serv_replies[i] & check_service(service, &ans.info);
1697 if (match && (ans.ttl > (service->dns_ttl / 2))) {
1708 if (match & REPLY_SERVICE_TYPE_PTR) {
1715 if (match & REPLY_SERVICE_NAME_PTR) {
1723 } else if (match & REPLY_SERVICE_SRV) {
1756 } else if (match & REPLY_SERVICE_TXT) {