HomeSort by: relevance | last modified time | path
    Searched refs:OPT_REMOVE (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
load_dstlist.c 46 if ((opts & OPT_REMOVE) == 0) {
63 if ((opts & OPT_REMOVE) != 0) {
load_pool.c 42 if ((opts & OPT_REMOVE) == 0) {
64 if ((opts & OPT_REMOVE) != 0) {
load_hash.c 62 if ((opts & OPT_REMOVE) == 0) {
95 if ((opts & OPT_REMOVE) != 0) {
load_dstlistnode.c 53 if ((opts & OPT_REMOVE) == 0) {
load_hashnode.c 51 if ((opts & OPT_REMOVE) == 0) {
load_poolnode.c 50 if ((opts & OPT_REMOVE) == 0) {
  /src/external/bsd/ipf/dist/
opts.h 21 #define OPT_REMOVE 0x000001
  /src/external/bsd/ipf/dist/tools/
ipscan_y.y 395 if (opts & OPT_REMOVE) {
540 opts |= OPT_REMOVE;
ipf.c 141 opts ^= OPT_REMOVE;
ipnat.c 171 opts |= OPT_REMOVE;
184 if (((opts & OPT_PURGE) != 0) && ((opts & OPT_REMOVE) == 0)) {
ipnat_y.y 1537 } else if ((opts & OPT_REMOVE) != 0) {
1713 if ((opts & OPT_REMOVE) != 0)
ippool.c 383 opts |= OPT_REMOVE;
ipf_y.y 2463 } else if ((opts & OPT_REMOVE) != 0) {
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 20192 OPT_REMOVE,

Completed in 51 milliseconds