Lines Matching refs:rcode
1748 mDNSu8 rcode; in AnswerQuestion() local
1788 rcode = (mDNSu8)(reply->msg.h.flags.b[1] & kDNSFlag1_RC_Mask); in AnswerQuestion()
1789 …if (rcode && rcode != kDNSFlag1_RC_NXDomain) { Log("AnswerQuestion: %##s type %d - non-zero rcode … in AnswerQuestion()
2385 …Authorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rcode, mDNSu16 * tcode ) in IsAuthorized() argument
2467 *rcode = kDNSFlag1_RC_NotAuth; in IsAuthorized()
2487 *rcode = kDNSFlag1_RC_NotAuth; in IsAuthorized()
2501 ok = DNSDigest_VerifyMessage( &pkt->msg, ( mDNSu8* ) lastPtr, &lcr, (*key), rcode, tcode ); in IsAuthorized()
2569 mDNSu16 rcode; in RecvUDPMessage() local
2602 else if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) ) in RecvUDPMessage()
2712 mDNSu16 rcode; in RecvTCPMessage() local
2744 if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) ) in RecvTCPMessage()