Home
last modified time | relevance | path

Searched refs:OPT_BRIEF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_hx.c84 if (!(opts & OPT_BRIEF)) {
109 if (!(opts & OPT_BRIEF)) {
H A Dipft_tx.c164 if (!(opts & OPT_BRIEF))
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c129 opts |= OPT_BRIEF;
275 if (!(opts & OPT_BRIEF)) {
279 } else if ((opts & (OPT_BRIEF|OPT_NAT)) == (OPT_NAT|OPT_BRIEF))
291 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h32 #define OPT_BRIEF 0x000200 macro