Searched refs:rr (Results 1 – 3 of 3) sorted by relevance
109 static bool_t xdr_rejected_reply(XDR *xdrs, struct rejected_reply *rr) in xdr_rejected_reply() argument113 if (!xdr_enum(xdrs, (enum_t *) & (rr->rj_stat))) in xdr_rejected_reply()115 switch (rr->rj_stat) { in xdr_rejected_reply()118 if (!xdr_u_long(xdrs, &(rr->rj_vers.low))) in xdr_rejected_reply()120 return (xdr_u_long(xdrs, &(rr->rj_vers.high))); in xdr_rejected_reply()123 return (xdr_enum(xdrs, (enum_t *) & (rr->rj_why))); in xdr_rejected_reply()
619 if (rr->klass != DNS_RRCLASS_IN && rr->klass != DNS_RRCLASS_ANY) { in check_host()625 if (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY) { in check_host()653 if (res == ERR_OK && mdns_domain_eq(&rr->domain, &mydomain)) { in check_host()657 && (rr->type == DNS_RRTYPE_A || rr->type == DNS_RRTYPE_ANY)) { in check_host()662 if (rr->type == DNS_RRTYPE_AAAA || rr->type == DNS_RRTYPE_ANY) { in check_host()684 if (rr->klass != DNS_RRCLASS_IN && rr->klass != DNS_RRCLASS_ANY) { in check_service()690 if (res == ERR_OK && mdns_domain_eq(&rr->domain, &mydomain) && in check_service()691 (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY)) { in check_service()698 (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY)) { in check_service()706 if (rr->type == DNS_RRTYPE_SRV || rr->type == DNS_RRTYPE_ANY) { in check_service()[all …]
677 if (rr->klass != DNS_RRCLASS_IN && rr->klass != DNS_RRCLASS_ANY) { in check_host()683 if (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY) { in check_host()711 if (res == ERR_OK && mdns_domain_eq(&rr->domain, &mydomain)) { in check_host()715 && (rr->type == DNS_RRTYPE_A || rr->type == DNS_RRTYPE_ANY)) { in check_host()720 if (rr->type == DNS_RRTYPE_AAAA || rr->type == DNS_RRTYPE_ANY) { in check_host()742 if (rr->klass != DNS_RRCLASS_IN && rr->klass != DNS_RRCLASS_ANY) { in check_service()748 if (res == ERR_OK && mdns_domain_eq(&rr->domain, &mydomain) && in check_service()749 (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY)) { in check_service()756 (rr->type == DNS_RRTYPE_PTR || rr->type == DNS_RRTYPE_ANY)) { in check_service()764 if (rr->type == DNS_RRTYPE_SRV || rr->type == DNS_RRTYPE_ANY) { in check_service()[all …]
Completed in 18 milliseconds