Home
last modified time | relevance | path

Searched refs:IPMON_SYSLOG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/ipmon/
H A Dipmon.c563 if ((dopts & IPMON_SYSLOG)) in dumphex()
599 if ((dopts & IPMON_SYSLOG) != 0) in dumphex()
635 if ((ipmonopts & IPMON_SYSLOG) != 0) { in print_natlog()
654 if (!(ipmonopts & IPMON_SYSLOG)) { in print_natlog()
799 if (ipmonopts & IPMON_SYSLOG) in print_natlog()
819 if ((ipmonopts & IPMON_SYSLOG) != 0) { in print_statelog()
837 if (!(ipmonopts & IPMON_SYSLOG)) { in print_statelog()
952 if (ipmonopts & IPMON_SYSLOG) in print_statelog()
1039 if ((ipmonopts & IPMON_SYSLOG) != 0) { in print_ipflog()
1062 if (!(ipmonopts & IPMON_SYSLOG)) { in print_ipflog()
[all …]
/freebsd/sbin/ipf/common/
H A Dipmon.h113 #define IPMON_SYSLOG 0x001 macro