HomeSort by: relevance | last modified time | path
    Searched refs:has_tsig (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
tsig.c 1217 bool has_tsig = false; local
1258 has_tsig = true;
1352 if (has_tsig) {
1385 if (has_tsig) {
1398 if (has_tsig) {
1514 if ((result != ISC_R_SUCCESS || has_tsig) && msg->tsigctx != NULL) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tsig.c 1440 bool has_tsig = false; local
1481 has_tsig = true;
1575 if (has_tsig) {
1610 if (has_tsig) {
1623 if (has_tsig) {
1735 if ((ret != ISC_R_SUCCESS || has_tsig) && msg->tsigctx != NULL) {

Completed in 19 milliseconds