Searched refs:LOG_SECURITY (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syslog.h | 108 #define LOG_SECURITY (13<<3) /* security subsystems (firewalling, etc.) */ macro 140 { "security", LOG_SECURITY, },
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 412 log(LOG_SECURITY | LOG_INFO, "ipfw: %d %s %s %s via %s%s\n", in ipfw_log() 417 log(LOG_SECURITY | LOG_INFO, "ipfw: %d %s %s [no if info]%s\n", in ipfw_log() 421 log(LOG_SECURITY | LOG_NOTICE, in ipfw_log()
|
| H A D | ip_fw_dynamic.c | 1843 LOG_SECURITY | LOG_DEBUG, sbuf, in dyn_get_parent_state() 1916 LOG_SECURITY | LOG_DEBUG, sbuf, in dyn_install_state()
|
| H A D | ip_fw_sockopt.c | 1397 int lev = LOG_SECURITY | LOG_NOTICE; in clear_rules() 1660 int lev = LOG_SECURITY | LOG_NOTICE; in zero_entry()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1192 #ifndef LOG_SECURITY 1193 # define LOG_SECURITY (13<<3) macro
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.c | 2708 log(LOG_SECURITY | LOG_INFO, in SctpAliasLog()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1398 LOG_SECURITY Security subsystems, such as :manpage:`ipfw(4)`
|