Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c132 opts |= OPT_DEBUG;
333 if (opts & OPT_DEBUG) in ipftestioctl()
355 if (opts & OPT_DEBUG) in ipnattestioctl()
377 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl()
399 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl()
421 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl()
443 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl()
465 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl()
483 if ((opts & OPT_DEBUG) || (i != 0))
501 if ((opts & OPT_DEBUG) || (i != 0))
[all …]
H A Dippool.c155 opts |= OPT_DEBUG;
201 if (opts & OPT_DEBUG)
240 opts |= OPT_DEBUG;
280 if (opts & OPT_DEBUG)
335 opts |= OPT_DEBUG;
358 if (opts & OPT_DEBUG)
403 opts |= OPT_DEBUG;
444 if (opts & OPT_DEBUG)
658 opts |= OPT_DEBUG;
690 if (opts & OPT_DEBUG)
[all …]
H A Dipnat.c120 opts |= OPT_DEBUG; in main()
332 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats()
448 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_live()
H A Dipf.c119 opts ^= OPT_DEBUG;
H A Dipfstat.c311 opts |= OPT_DEBUG;
870 if (opts & OPT_DEBUG) {
958 if (opts & OPT_DEBUG) {
H A Dipnat_y.y998 if (opts & OPT_DEBUG)
H A Dipf_y.y2075 if (opts & OPT_DEBUG)
2241 if (opts & OPT_DEBUG) {
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinthash.c33 if ((opts & OPT_DEBUG) == 0) {
82 if ((opts & OPT_DEBUG) == 0) {
111 if ((opts & OPT_DEBUG) != 0) {
122 if ((opts & OPT_DEBUG) == 0)
141 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool.c30 if ((opts & OPT_DEBUG) == 0) {
72 if ((opts & OPT_DEBUG) == 0) {
99 if ((opts & OPT_DEBUG) == 0) {
105 if ((opts & OPT_DEBUG) == 0)
H A Dprinthashdata.c21 if ((opts & OPT_DEBUG) == 0) {
70 if ((opts & OPT_DEBUG) == 0) {
99 if ((opts & OPT_DEBUG) != 0) {
H A Dprinthash_live.c34 if ((opts & OPT_DEBUG) == 0)
69 if ((opts & OPT_DEBUG) == 0)
76 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool_live.c34 if ((opts & OPT_DEBUG) == 0)
69 if ((opts & OPT_DEBUG) == 0)
76 if ((opts & OPT_DEBUG) == 0)
H A Dprintnat.c144 if (opts & OPT_DEBUG)
187 if (opts & OPT_DEBUG)
198 if (opts & OPT_DEBUG)
224 if (opts & OPT_DEBUG) {
234 if (opts & OPT_DEBUG) {
H A Dprintpoolnode.c17 if ((opts & OPT_DEBUG) == 0)
33 if ((opts & OPT_DEBUG) != 0)
H A Dprintstate.c156 if (opts & OPT_DEBUG)
160 if (opts & OPT_DEBUG)
164 if (opts & OPT_DEBUG)
168 if (opts & OPT_DEBUG)
H A Dprintpooldata.c20 if ((opts & OPT_DEBUG) == 0) {
62 if ((opts & OPT_DEBUG) == 0) {
H A Ddebug.c32 if (opts & OPT_DEBUG)
H A Dremove_hashnode.c45 if (opts & OPT_DEBUG) {
H A Daddipopt.c61 if (opts & OPT_DEBUG)
H A Dprinthashnode.c30 if ((opts & OPT_DEBUG) != 0) {
H A Dprintactivenat.c67 if (opts & OPT_DEBUG) {
H A Dload_hash.c110 if (opts & OPT_DEBUG)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h24 #define OPT_DEBUG 0x000002 macro
H A Dfil.c1912 if (opts & (OPT_VERBOSE|OPT_DEBUG))