Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:tcode

2385 mDNSlocal mDNSBool IsAuthorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rcode, mDNSu16 * tcode )
2468 *tcode = TSIG_ErrBadKey;
2488 *tcode = TSIG_ErrBadKey;
2501 ok = DNSDigest_VerifyMessage( &pkt->msg, ( mDNSu8* ) lastPtr, &lcr, (*key), rcode, tcode );
2570 mDNSu16 tcode;
2602 else if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) )
2713 mDNSu16 tcode;
2744 tcode ) )