Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c582 if ((dopts & IPMON_SYSLOG))
618 if ((dopts & IPMON_SYSLOG) != 0)
820 if (ipmonopts & IPMON_SYSLOG)
975 if (ipmonopts & IPMON_SYSLOG)
1416 if (ipmonopts & IPMON_SYSLOG) {
1490 if (ipmonopts & IPMON_SYSLOG) {
1643 ipmonopts |= IPMON_SYSLOG;
1669 if (ipmonopts & IPMON_SYSLOG)
1724 if ((ipmonopts & IPMON_SYSLOG))
1843 if (ipmonopts & IPMON_SYSLOG) in read_loginfo()
[all …]
/freebsd-12.1/contrib/ipfilter/
H A Dipmon.h116 #define IPMON_SYSLOG 0x001 macro