Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon.c582 if ((dopts & IPMON_SYSLOG))
618 if ((dopts & IPMON_SYSLOG) != 0)
656 if ((ipmonopts & IPMON_SYSLOG) != 0) {
675 if (!(ipmonopts & IPMON_SYSLOG)) {
820 if (ipmonopts & IPMON_SYSLOG)
842 if ((ipmonopts & IPMON_SYSLOG) != 0) {
860 if (!(ipmonopts & IPMON_SYSLOG)) {
975 if (ipmonopts & IPMON_SYSLOG)
1067 if ((ipmonopts & IPMON_SYSLOG) != 0) {
1090 if (!(ipmonopts & IPMON_SYSLOG)) {
[all …]
/freebsd-11-stable/contrib/ipfilter/
HDipmon.h116 #define IPMON_SYSLOG 0x001 macro