Searched refs:LOGPRIO_DEBUG (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libpcap/rpcapd/ |
H A D | log.c | 63 case LOGPRIO_DEBUG: in rpcapd_vlog_stderr() 130 case LOGPRIO_DEBUG: in rpcapd_vlog_systemlog() 187 case LOGPRIO_DEBUG: in rpcapd_vlog_systemlog() 246 if (priority != LOGPRIO_DEBUG || log_debug_messages) { in rpcapd_log()
|
H A D | rpcapd.c | 348 rpcapd_log(LOGPRIO_DEBUG, "Error when saving the configuration to file"); in main() 524 rpcapd_log(LOGPRIO_DEBUG, "Unable to start the service"); in main() 585 rpcapd_log(LOGPRIO_DEBUG, "Error creating the active child threads"); in main_startup() 622 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_startup() 701 rpcapd_log(LOGPRIO_DEBUG, PROGRAM_NAME " is closing.\n"); in main_startup() 846 rpcapd_log(LOGPRIO_DEBUG, "Child terminated"); in main_reap_children() 1351 rpcapd_log(LOGPRIO_DEBUG, "Connecting to host %s, port %s, using protocol %s", in main_active() 1363 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_active() 1373 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_active() 1381 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_active()
|
H A D | log.h | 27 LOGPRIO_DEBUG, enumerator
|
H A D | fileconf.c | 486 rpcapd_log(LOGPRIO_DEBUG, "New passive host list: %s", hostlist); in fileconf_read()
|
H A D | daemon.c | 948 rpcapd_log(LOGPRIO_DEBUG, "The other end system asked to close the connection."); in daemon_serviceloop() 1130 rpcapd_log(LOGPRIO_DEBUG, "I'm exiting from the child loop"); in daemon_serviceloop()
|