Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprinthash.c35 if ((opts & OPT_DEBUG) == 0) {
84 if ((opts & OPT_DEBUG) == 0) {
113 if ((opts & OPT_DEBUG) != 0) {
124 if ((opts & OPT_DEBUG) == 0)
143 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool.c32 if ((opts & OPT_DEBUG) == 0) {
74 if ((opts & OPT_DEBUG) == 0) {
101 if ((opts & OPT_DEBUG) == 0) {
107 if ((opts & OPT_DEBUG) == 0)
H A Dprinthashdata.c23 if ((opts & OPT_DEBUG) == 0) {
72 if ((opts & OPT_DEBUG) == 0) {
101 if ((opts & OPT_DEBUG) != 0) {
H A Dprinthash_live.c36 if ((opts & OPT_DEBUG) == 0)
71 if ((opts & OPT_DEBUG) == 0)
78 if ((opts & OPT_DEBUG) == 0)
H A Dprintpool_live.c36 if ((opts & OPT_DEBUG) == 0)
71 if ((opts & OPT_DEBUG) == 0)
78 if ((opts & OPT_DEBUG) == 0)
H A Dprintpoolnode.c17 if ((opts & OPT_DEBUG) == 0)
33 if ((opts & OPT_DEBUG) != 0)
H A Dprintpooldata.c22 if ((opts & OPT_DEBUG) == 0) {
64 if ((opts & OPT_DEBUG) == 0) {
H A Dprintnat.c146 if (opts & OPT_DEBUG)
189 if (opts & OPT_DEBUG)
200 if (opts & OPT_DEBUG)
226 if (opts & OPT_DEBUG) {
236 if (opts & OPT_DEBUG) {
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 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.c69 if (opts & OPT_DEBUG) {
H A Dload_hash.c110 if (opts & OPT_DEBUG)
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipftest.c137 opts |= OPT_DEBUG;
338 if (opts & OPT_DEBUG) in ipftestioctl()
360 if (opts & OPT_DEBUG) in ipnattestioctl()
382 if ((opts & OPT_DEBUG) || (i != 0)) in ipstatetestioctl()
404 if ((opts & OPT_DEBUG) || (i != 0)) in ipauthtestioctl()
426 if ((opts & OPT_DEBUG) || (i != 0)) in ipscantestioctl()
448 if ((opts & OPT_DEBUG) || (i != 0)) in ipsynctestioctl()
470 if ((opts & OPT_DEBUG) || (i != 0)) in ipooltestioctl()
488 if ((opts & OPT_DEBUG) || (i != 0))
506 if ((opts & OPT_DEBUG) || (i != 0))
[all …]
H A Dippool.c154 opts |= OPT_DEBUG;
200 if (opts & OPT_DEBUG)
239 opts |= OPT_DEBUG;
279 if (opts & OPT_DEBUG)
334 opts |= OPT_DEBUG;
357 if (opts & OPT_DEBUG)
402 opts |= OPT_DEBUG;
443 if (opts & OPT_DEBUG)
663 opts |= OPT_DEBUG;
699 if (opts & OPT_DEBUG)
[all …]
H A Dipnat.c131 opts |= OPT_DEBUG;
345 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
462 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
H A Dipf.c119 opts ^= OPT_DEBUG;
H A Dipfstat.c311 opts |= OPT_DEBUG;
871 if (opts & OPT_DEBUG) {
959 if (opts & OPT_DEBUG) {
H A Dipnat_y.y1000 if (opts & OPT_DEBUG)
H A Dipf_y.y2075 if (opts & OPT_DEBUG)
2241 if (opts & OPT_DEBUG) {
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dopts.h21 #define OPT_DEBUG 0x000002 macro
H A Dfil.c1911 if (opts & (OPT_VERBOSE|OPT_DEBUG))