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

/freebsd-9.3-release/contrib/ipfilter/
H A Dipmon.h76 #define OPT_RESOLVE 0x002 macro
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c177 #define OPT_RESOLVE 0x002 macro
727 res = (opts & OPT_RESOLVE) ? 1 : 0;
809 res = (opts & OPT_RESOLVE) ? 1 : 0;
1018 res = (opts & OPT_RESOLVE) ? 1 : 0;
1529 opts |= OPT_RESOLVE;

Completed in 105 milliseconds