Home
last modified time | relevance | path

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

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c937 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; in check_listener() local
946 tlsobj = cfg_tuple_get(ltup, "tls"); in check_listener()
947 if (tlsobj != NULL && cfg_obj_isstring(tlsobj)) { in check_listener()
961 cfg_obj_log(tlsobj, logctx, ISC_LOG_ERROR, in check_listener()
963 cfg_obj_asstring(tlsobj)); in check_listener()
2138 cfg_obj_log(tlsobj, logctx, ISC_LOG_ERROR, in bind9_check_tls_defintion()
2144 symvalue.as_cpointer = tlsobj; in bind9_check_tls_defintion()
2160 cfg_obj_log(tlsobj, logctx, ISC_LOG_ERROR, in bind9_check_tls_defintion()
2168 cfg_obj_log(tlsobj, logctx, ISC_LOG_ERROR, in bind9_check_tls_defintion()
2174 cfg_obj_log(tlsobj, logctx, ISC_LOG_ERROR, in bind9_check_tls_defintion()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c10980 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; in listenelt_fromconfig() local
11000 tlsobj = cfg_tuple_get(ltup, "tls"); in listenelt_fromconfig()
11001 if (tlsobj != NULL && cfg_obj_isstring(tlsobj)) { in listenelt_fromconfig()
11002 const char *tlsname = cfg_obj_asstring(tlsobj); in listenelt_fromconfig()
11021 cfg_obj_log(tlsobj, named_g_lctx, ISC_LOG_ERROR, in listenelt_fromconfig()
11023 cfg_obj_asstring(tlsobj)); in listenelt_fromconfig()