Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dload_dstlist.c41 if ((opts & OPT_REMOVE) == 0) { in load_dstlist()
58 if ((opts & OPT_REMOVE) != 0) { in load_dstlist()
H A Dload_pool.c39 if ((opts & OPT_REMOVE) == 0) { in load_pool()
61 if ((opts & OPT_REMOVE) != 0) { in load_pool()
H A Dload_hash.c58 if ((opts & OPT_REMOVE) == 0) { in load_hash()
91 if ((opts & OPT_REMOVE) != 0) { in load_hash()
H A Dload_dstlistnode.c48 if ((opts & OPT_REMOVE) == 0) { in load_dstlistnode()
H A Dload_hashnode.c46 if ((opts & OPT_REMOVE) == 0) { in load_hashnode()
H A Dload_poolnode.c45 if ((opts & OPT_REMOVE) == 0) { in load_poolnode()
/freebsd/sbin/ipf/common/
H A Dopts.h20 #define OPT_REMOVE 0x000001 macro
H A Dipf_y.y2457 } else if ((opts & OPT_REMOVE) != 0) { in ipf_addrule()
/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y391 if (opts & OPT_REMOVE) { in addtag()
536 opts |= OPT_REMOVE; in main()
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c150 opts |= OPT_REMOVE; in main()
163 if (((opts & OPT_PURGE) != 0) && ((opts & OPT_REMOVE) == 0)) { in main()
H A Dipnat_y.y1514 } else if ((opts & OPT_REMOVE) != 0) { in ipnat_addrule()
1678 if ((opts & OPT_REMOVE) != 0) in proxy_loadconfig()
/freebsd/sbin/ipf/ipf/
H A Dipf.c129 opts ^= OPT_REMOVE; in main()
/freebsd/sbin/ipf/ippool/
H A Dippool.c389 opts |= OPT_REMOVE; in loadpoolfile()