Home
last modified time | relevance | path

Searched refs:TSIG_ERROR_BADKEY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dtsig.c271 case TSIG_ERROR_BADKEY: in tsig_error()
372 tsig->error_code = TSIG_ERROR_BADKEY; in tsig_from_query()
383 tsig->error_code = TSIG_ERROR_BADKEY; in tsig_from_query()
H A Dtsig.h22 #define TSIG_ERROR_BADKEY 17 macro