Home
last modified time | relevance | path

Searched refs:TSIG_ERROR_NOERROR (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dtsig.h20 #define TSIG_ERROR_NOERROR 0 macro
H A Dtsig.c265 case TSIG_ERROR_NOERROR: in tsig_error()
331 tsig->error_code = TSIG_ERROR_NOERROR; in tsig_init_record()
451 tsig->error_code = TSIG_ERROR_NOERROR; in tsig_init_query()
H A Dquery.c1775 q->tsig.error_code != TSIG_ERROR_NOERROR) { in query_add_optional()
1780 q->tsig.error_code == TSIG_ERROR_NOERROR) in query_add_optional()
H A Dxfrd.c1912 if (zone->latest_xfr->tsig.error_code != TSIG_ERROR_NOERROR) { in xfrd_xfr_process_tsig()
H A Doptions.c1902 if(q->tsig.error_code != TSIG_ERROR_NOERROR) { in acl_key_matches()