Searched refs:syslog_priority (Results 1 – 2 of 2) sorted by relevance
177 int syslog_priority; in rpcapd_vlog_systemlog() local190 syslog_priority = LOG_DEBUG; in rpcapd_vlog_systemlog()194 syslog_priority = LOG_INFO; in rpcapd_vlog_systemlog()198 syslog_priority = LOG_WARNING; in rpcapd_vlog_systemlog()202 syslog_priority = LOG_ERR; in rpcapd_vlog_systemlog()211 vsyslog(syslog_priority, message, ap); in rpcapd_vlog_systemlog()233 syslog(syslog_priority, "%s", logbuf); in rpcapd_vlog_systemlog()
108 static int syslog_priority(int level) in syslog_priority() function223 vsyslog(syslog_priority(level), fmt, ap); in wpa_printf()347 syslog(syslog_priority(level), "%s - hexdump(len=%lu):%s", in _wpa_hexdump()