Home
last modified time | relevance | path

Searched refs:verbosity_value (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dlog.h49 enum verbosity_value { enum
65 extern enum verbosity_value verbosity;
74 void verbose(enum verbosity_value level,
195 void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* buf);
H A Dnet_help.h156 void log_addr(enum verbosity_value v, const char* str,
167 void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone,
260 void log_nametypeclass(enum verbosity_value v, const char* str,
H A Dlog.c64 enum verbosity_value verbosity = NO_VERBOSE;
356 verbose(enum verbosity_value level, const char* format, ...) in verbose()
372 log_hex_f(enum verbosity_value v, const char* msg, void* data, size_t length) in log_hex_f()
424 void log_buf(enum verbosity_value level, const char* msg, sldns_buffer* buf) in log_buf()
H A Dmodule.h948 void log_edns_known_options(enum verbosity_value level,
H A Dnet_help.c202 log_addr(enum verbosity_value v, const char* str, in log_addr()
531 log_nametypeclass(enum verbosity_value v, const char* str, uint8_t* name, in log_nametypeclass()
593 void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone, in log_name_addr()
H A Dmodule.c386 log_edns_known_options(enum verbosity_value level, struct module_env* env) in log_edns_known_options()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dpacked_rrset.h413 void log_rrset_key(enum verbosity_value v, const char* str,
434 void log_packed_rrset(enum verbosity_value v, const char* str,
H A Dmsgreply.h524 void log_reply_info(enum verbosity_value v, struct query_info *qinf,
534 void log_query_info(enum verbosity_value v, const char* str,
H A Dmsgparse.h371 void log_edns_opt_list(enum verbosity_value level, const char* info_str,
H A Dpacked_rrset.c264 void log_rrset_key(enum verbosity_value v, const char* str, in log_rrset_key()
303 void log_packed_rrset(enum verbosity_value v, const char* str, in log_packed_rrset()
H A Dmsgreply.c919 log_reply_info(enum verbosity_value v, struct query_info *qinf, in log_reply_info()
959 log_query_info(enum verbosity_value v, const char* str, in log_query_info()
H A Dmsgparse.c1292 log_edns_opt_list(enum verbosity_value level, const char* info_str, in log_edns_opt_list()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst217 .. function:: log_query_info(verbosity_value, str, qinf)
221 :param verbosity_value: see constants
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_delegpt.h317 void delegpt_log(enum verbosity_value v, struct delegpt* dp);
H A Diter_delegpt.c279 void delegpt_log(enum verbosity_value v, struct delegpt* dp) in delegpt_log()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1207 enum verbosity_value {
1488 void verbose(enum verbosity_value level, const char* format, ...);
1494 void log_query_info(enum verbosity_value v, const char* str, struct query_info* qinf);
1501 void pymod_verbose(enum verbosity_value level, const char* str);
1506 void pymod_verbose(enum verbosity_value level, const char* str) {
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c44 enum verbosity_value { NO_VERBOSE=0 }; enum
47 void verbose(enum verbosity_value lvl, const char* msg, ...) ATTR_FORMAT(printf, 2, 3);
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dautotrust.c130 verbose_key(struct autr_ta* ta, enum verbosity_value level,
140 verbose_key(struct autr_ta* ta, enum verbosity_value level, in verbose_key()
H A Dval_utils.c1134 sock_list_logentry(enum verbosity_value v, const char* s, struct sock_list* p) in sock_list_logentry()
H A Dval_secalgo.c107 log_crypto_verbose(enum verbosity_value level, const char* str, unsigned long e) in log_crypto_verbose()
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c357 log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse)
H A Dauthzone.c7750 static void auth_zone_log(uint8_t* name, enum verbosity_value level,
7752 static void auth_zone_log(uint8_t* name, enum verbosity_value level, in auth_zone_log()