Searched refs:OPT_REMOVE (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dload_dstlist.c44 if ((opts & OPT_REMOVE) == 0) {
61 if ((opts & OPT_REMOVE) != 0) {
H A Dload_pool.c42 if ((opts & OPT_REMOVE) == 0) {
64 if ((opts & OPT_REMOVE) != 0) {
H A Dload_hash.c62 if ((opts & OPT_REMOVE) == 0) {
95 if ((opts & OPT_REMOVE) != 0) {
H A Dload_dstlistnode.c51 if ((opts & OPT_REMOVE) == 0) {
H A Dload_hashnode.c51 if ((opts & OPT_REMOVE) == 0) {
H A Dload_poolnode.c50 if ((opts & OPT_REMOVE) == 0) {
/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h21 #define OPT_REMOVE 0x000001 macro
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y395 if (opts & OPT_REMOVE) {
540 opts |= OPT_REMOVE;
H A Dipf.c135 opts ^= OPT_REMOVE;
H A Dipnat.c156 opts |= OPT_REMOVE;
169 if (((opts & OPT_PURGE) != 0) && ((opts & OPT_REMOVE) == 0)) {
H A Dipnat_y.y1525 } else if ((opts & OPT_REMOVE) != 0) {
1701 if ((opts & OPT_REMOVE) != 0)
H A Dippool.c399 opts |= OPT_REMOVE;
H A Dipf_y.y2466 } else if ((opts & OPT_REMOVE) != 0) {

Completed in 124 milliseconds