Lines Matching refs:replies
672 int replies = 0; in check_host() local
679 return replies; in check_host()
690 replies |= REPLY_HOST_PTR_V6; in check_host()
703 replies |= REPLY_HOST_PTR_V4; in check_host()
716 replies |= REPLY_HOST_A; in check_host()
721 replies |= REPLY_HOST_AAAA; in check_host()
726 return replies; in check_host()
739 int replies = 0; in check_service() local
751 replies |= REPLY_SERVICE_TYPE_PTR; in check_service()
758 replies |= REPLY_SERVICE_NAME_PTR; in check_service()
765 replies |= REPLY_SERVICE_SRV; in check_service()
768 replies |= REPLY_SERVICE_TXT; in check_service()
772 return replies; in check_service()
1566 int replies = 0; in mdns_handle_question() local
1598 replies |= reply.host_replies; in mdns_handle_question()
1606 replies |= reply.serv_replies[i]; in mdns_handle_question()
1609 if (replies && reply.legacy_query) { in mdns_handle_question()