Home
last modified time | relevance | path

Searched refs:OPT_DEBUG (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sbin/ipf/libipf/
H A Dprintpool.c28 if ((opts & OPT_DEBUG) == 0) in printpool()
50 if ((opts & OPT_DEBUG) == 0) { in printpool()
56 if ((opts & OPT_DEBUG) == 0) in printpool()
H A Dprinthashdata.c15 if ((opts & OPT_DEBUG) == 0) { in printhashdata()
51 if ((opts & OPT_DEBUG) == 0) { in printhashdata()
81 if ((opts & OPT_DEBUG) != 0) { in printhashdata()
H A Dprintpool_live.c31 else if ((opts & OPT_DEBUG) == 0) in printpool_live()
56 if ((opts & OPT_DEBUG) == 0) in printpool_live()
69 else if ((opts & OPT_DEBUG) == 0) in printpool_live()
H A Dprintdstlistdata.c15 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata()
27 if ((opts & OPT_DEBUG) == 0) { in printdstlistdata()
H A Dprintstate.c187 if (opts & OPT_DEBUG) in printstate()
190 if (opts & OPT_DEBUG) in printstate()
193 if (opts & OPT_DEBUG) in printstate()
196 if (opts & OPT_DEBUG) in printstate()
H A Dprintpooldata.c17 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata()
41 } else if ((opts & OPT_DEBUG) == 0) { in printpooldata()
H A Dprintdstlist.c28 if ((opts & OPT_DEBUG) == 0) in printdstlist()
51 if ((opts & OPT_DEBUG) == 0) in printdstlist()
H A Dprinthash.c32 if ((opts & OPT_DEBUG) == 0) in printhash()
49 if ((opts & OPT_DEBUG) == 0) in printhash()
H A Dprinthash_live.c29 if ((opts & OPT_DEBUG) == 0) in printhash_live()
62 if ((opts & OPT_DEBUG) == 0) in printhash_live()
H A Dprintnat.c245 if (opts & OPT_DEBUG) in printnat()
290 if (opts & OPT_DEBUG) in printnat()
303 if (opts & OPT_DEBUG) in printnat()
330 if (opts & OPT_DEBUG) { in printnat()
337 if (opts & OPT_DEBUG) { in printnat()
H A Dprintdstl_live.c43 if ((opts & OPT_DEBUG) == 0) in printdstl_live()
77 if ((opts & OPT_DEBUG) == 0) in printdstl_live()
H A Dipft_hx.c85 if ((opts & OPT_DEBUG) != 0) { in hex_readip()
127 if ((opts & OPT_DEBUG) != 0) { in hex_readip()
H A Ddebug.c39 if (opts & OPT_DEBUG) in ipfkdebug()
H A Dremove_hashnode.c39 if (opts & OPT_DEBUG) { in remove_hashnode()
H A Daddipopt.c57 if (opts & OPT_DEBUG) in addipopt()
H A Dprintdstlistnode.c37 } else if ((opts & OPT_DEBUG) == 0) { in printdstlistnode()
/freebsd/sbin/ipf/ippool/
H A Dippool.c146 opts |= OPT_DEBUG; in poolnodecommand()
215 if (opts & OPT_DEBUG) in poolnodecommand()
268 opts |= OPT_DEBUG; in poolcommand()
305 if (opts & OPT_DEBUG) in poolcommand()
378 opts |= OPT_DEBUG; in loadpoolfile()
402 if (opts & OPT_DEBUG) in loadpoolfile()
437 opts |= OPT_DEBUG; in poolstats()
465 if (opts & OPT_DEBUG) in poolstats()
548 opts |= OPT_DEBUG; in poolflush()
575 if (opts & OPT_DEBUG) in poolflush()
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c113 opts |= OPT_DEBUG; in main()
339 if (opts & OPT_DEBUG) in ipftestioctl()
363 if (opts & OPT_DEBUG) in ipnattestioctl()
387 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl()
411 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl()
435 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl()
459 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl()
483 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl()
528 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dumpnat()
/freebsd/sbin/ipf/ipf/
H A Dipf.c100 opts ^= OPT_DEBUG; in main()
386 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter()
425 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) { in flushfilter()
/freebsd/contrib/flex/src/
H A Doptions.c84 {"-d", OPT_DEBUG, 0}
86 {"--debug", OPT_DEBUG, 0}
H A Doptions.h55 OPT_DEBUG, enumerator
/freebsd/crypto/openssl/apps/
H A Ddgst.c43 OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT, enumerator
70 {"d", OPT_DEBUG, '-', "Print debug info"},
71 {"debug", OPT_DEBUG, '-', "Print debug info"},
190 case OPT_DEBUG: in dgst_main()
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l224 if (opts & OPT_DEBUG)
235 if (opts & OPT_DEBUG)
/freebsd/sbin/ipf/common/
H A Dopts.h21 #define OPT_DEBUG 0x000002 macro
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c47 #ifdef OPT_DEBUG
384 #ifdef OPT_DEBUG in optimize_superblock()
422 #ifdef OPT_DEBUG in optimize_superblock()
452 #ifdef OPT_DEBUG in optimize_superblock()
1056 #ifdef OPT_DEBUG in remove_from_skipsteps()
1241 #ifdef OPT_DEBUG in add_opt_table()
1265 #ifdef OPT_DEBUG in add_opt_table()
1470 #ifdef OPT_DEBUG in superblock_inclusive()
1552 #ifdef OPT_DEBUG in comparable_rule()

12