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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h74 #define OPT_RESOLVE 0x002 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c183 #define OPT_RESOLVE 0x002 macro
731 res = (opts & OPT_RESOLVE) ? 1 : 0;
813 res = (opts & OPT_RESOLVE) ? 1 : 0;
1001 res = (opts & OPT_RESOLVE) ? 1 : 0;
1505 opts |= OPT_RESOLVE;

Completed in 283 milliseconds