Searched refs:ipmonopts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon.c168 int ipmonopts = 0; variable
505 if (!res || (ipmonopts & IPMON_PORTNUM))
678 if ((ipmonopts & IPMON_SYSLOG) != 0) {
693 res = (ipmonopts & IPMON_RESOLVE) ? 1 : 0;
697 if (!(ipmonopts & IPMON_SYSLOG)) {
842 if (ipmonopts & IPMON_SYSLOG)
864 if ((ipmonopts & IPMON_SYSLOG) != 0) {
879 res = (ipmonopts & IPMON_RESOLVE) ? 1 : 0;
882 if (!(ipmonopts & IPMON_SYSLOG)) {
997 if (ipmonopts
[all...]
H A Dipmon_y.y26 extern int ipmonopts;
427 if (ipmonopts & IPMON_VERBOSE)

Completed in 52 milliseconds