Searched defs:tcode (Results 1 - 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/assembler/ |
H A D | LinkBuffer.h | 326 unsigned short* tcode = static_cast<unsigned short*>(code); local 340 printf("\t.short\t0x%x\n", tcode[i]);
|
/external/mdnsresponder/mDNSCore/ |
H A D | DNSDigest.c | 1329 mDNSexport void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode) argument 1390 // digest error (tcode) and other data len (zero) - we'll add them to the rdata later 1391 buf.b[0] = (mDNSu8)((tcode >> 8) & 0xff); 1392 buf.b[1] = (mDNSu8)( tcode & 0xff); 1414 rdata[2] = (mDNSu8)((tcode >> 8) & 0xff); 1415 rdata[3] = (mDNSu8)( tcode & 0xff); 1429 mDNSexport mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord * lcr, DomainAuthInfo *info, mDNSu16 * rcode, mDNSu16 * tcode) argument 1453 *tcode = TSIG_ErrBadKey; 1467 *tcode = TSIG_ErrBadTime; 1493 *tcode [all...] |
/external/mdnsresponder/mDNSShared/ |
H A D | dnsextd.c | 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; local 2602 else if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) ) 2713 mDNSu16 tcode; local 2744 if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) )
|
/external/openssh/ |
H A D | channels.c | 2325 u_int data_len, tcode; local 2345 tcode = packet_get_int(); 2348 tcode != SSH2_EXTENDED_DATA_STDERR) {
|
Completed in 265 milliseconds