Searched refs:LOGPRIO_DEBUG (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 351 rpcapd_log(LOGPRIO_DEBUG, "Error when saving the configuration to file"); in main() 527 rpcapd_log(LOGPRIO_DEBUG, "Unable to start the service"); in main() 588 rpcapd_log(LOGPRIO_DEBUG, "Error creating the active child threads"); in main_startup() 625 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_startup() 704 rpcapd_log(LOGPRIO_DEBUG, PROGRAM_NAME " is closing.\n"); in main_startup() 849 rpcapd_log(LOGPRIO_DEBUG, "Child terminated"); in main_reap_children() 1353 rpcapd_log(LOGPRIO_DEBUG, "Connecting to host %s, port %s, using protocol %s", in main_active() 1365 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_active() 1375 rpcapd_log(LOGPRIO_DEBUG, "%s", errbuf); in main_active() 1383 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()
|