Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c186 #define OPT_SYSLOG 0x001 macro
738 if (!(opts & OPT_SYSLOG)) {
798 if (opts & OPT_SYSLOG)
915 if (opts & OPT_SYSLOG)
1330 if (opts & OPT_SYSLOG)
1404 if (opts & OPT_SYSLOG)
1540 opts |= OPT_SYSLOG;
1637 if ((opts & OPT_SYSLOG))
1656 if (opts & OPT_SYSLOG)
1692 if (opts & OPT_SYSLOG)
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h73 #define OPT_SYSLOG 0x001 macro