Home
last modified time | relevance | path

Searched refs:OPT_VERBOSE (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14-stable/share/examples/ipfilter/l4check/
HDl4check.c160 if (opts & OPT_VERBOSE) in connectfd()
166 if (opts & OPT_VERBOSE) in connectfd()
193 if (opts & OPT_VERBOSE) in writefd()
202 if (opts & OPT_VERBOSE) in writefd()
228 if (opts & OPT_VERBOSE) in readfd()
233 if (opts & OPT_VERBOSE) in readfd()
240 if (opts & OPT_VERBOSE) in readfd()
256 if (opts & OPT_VERBOSE) in readfd()
299 if (opts & OPT_VERBOSE) in runconfig()
307 if (opts & OPT_VERBOSE) in runconfig()
[all …]
/freebsd-14-stable/sbin/ipf/ipf/
HDipf.c143 opts += OPT_VERBOSE; in main()
269 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) in packetlogon()
277 if (opts & OPT_VERBOSE) in packetlogon()
283 if (opts & OPT_VERBOSE) in packetlogon()
289 if (opts & OPT_VERBOSE) in packetlogon()
294 if (opts & OPT_VERBOSE) in packetlogon()
305 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in packetlogon()
311 if (opts & OPT_VERBOSE) in packetlogon()
328 if (opts & OPT_VERBOSE) in packetlogon()
393 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) { in flushfilter()
[all …]
/freebsd-14-stable/sbin/ipf/ipfs/
HDipfs.c267 opts |= OPT_VERBOSE; in main()
358 if (opts & OPT_VERBOSE) in setlock()
365 if (opts & OPT_VERBOSE) in setlock()
399 if (opts & OPT_VERBOSE) in writestate()
408 if (opts & OPT_VERBOSE) in writestate()
498 if (opts & OPT_VERBOSE) in readstate()
501 if (opts & OPT_VERBOSE) in readstate()
513 if (opts & OPT_VERBOSE) in readstate()
640 if (opts & OPT_VERBOSE) in readnat()
644 if (opts & OPT_VERBOSE) in readnat()
[all …]
/freebsd-14-stable/sbin/kldunload/
HDkldunload.c49 #define OPT_VERBOSE 0x02 macro
77 opt |= OPT_VERBOSE; in main()
100 if (opt & OPT_VERBOSE) { in main()
/freebsd-14-stable/sbin/ipf/libipf/
HDverbose.c23 if (opts & OPT_VERBOSE) in verbose()
35 if (opts & OPT_VERBOSE) in ipfkverbose()
HDprinthostmap.c25 if (opts & OPT_VERBOSE) in printhostmap()
HDprintstate.c61 if ((opts & OPT_VERBOSE) != 0) { in printstate()
174 if ((opts & OPT_VERBOSE) != 0) { in printstate()
HDload_dstlist.c49 if ((opts & OPT_VERBOSE) != 0) { in load_dstlist()
HDload_pool.c51 if ((opts & OPT_VERBOSE) != 0) { in load_pool()
HDprintnatside.c51 if (opts & OPT_VERBOSE) in printnatside()
HDload_hash.c69 if (opts & OPT_VERBOSE) { in load_hash()
HDprintaps.c42 if ((proto == IPPROTO_TCP) && (opts & OPT_VERBOSE)) { in printaps()
/freebsd-14-stable/crypto/openssl/apps/
HDgendsa.c27 OPT_OUT, OPT_PASSOUT, OPT_ENGINE, OPT_CIPHER, OPT_VERBOSE, enumerator
46 {"verbose", OPT_VERBOSE, '-', "Verbose output"},
97 case OPT_VERBOSE: in gendsa_main()
HDdsaparam.c33 OPT_NOOUT, OPT_GENKEY, OPT_ENGINE, OPT_VERBOSE, enumerator
55 {"verbose", OPT_VERBOSE, '-', "Verbose output"},
124 case OPT_VERBOSE: in dsaparam_main()
HDgenrsa.c40 OPT_OUT, OPT_PASSOUT, OPT_CIPHER, OPT_PRIMES, OPT_VERBOSE, enumerator
64 {"verbose", OPT_VERBOSE, '-', "Verbose output"},
139 case OPT_VERBOSE: in genrsa_main()
HDverify.c34 OPT_VERBOSE, enumerator
46 {"verbose", OPT_VERBOSE, '-',
187 case OPT_VERBOSE: in verify_main()
HDrehash.c487 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE, enumerator
502 {"v", OPT_VERBOSE, '-', "Verbose output"},
539 case OPT_VERBOSE: in rehash_main()
HDsrp.c194 OPT_VERBOSE, OPT_CONFIG, OPT_NAME, OPT_SRPVFILE, OPT_ADD, enumerator
204 {"verbose", OPT_VERBOSE, '-', "Talk a lot while doing things"},
258 case OPT_VERBOSE: in srp_main()
/freebsd-14-stable/contrib/flex/src/
HDoptions.c202 {"-v", OPT_VERBOSE, 0}
204 {"--verbose", OPT_VERBOSE, 0}
HDoptions.h122 OPT_VERBOSE, enumerator
/freebsd-14-stable/sbin/mdconfig/
HDmdconfig.c69 #define OPT_VERBOSE 0x01 macro
254 vflag = OPT_VERBOSE; in main()
354 if (action != LIST && vflag == OPT_VERBOSE) in main()
494 if (opt & OPT_VERBOSE || in md_list()
510 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE)) in md_list()
516 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE)) in md_list()
/freebsd-14-stable/sbin/ipf/ipnat/
HDipnat.c161 opts |= OPT_VERBOSE; in main()
346 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_dead()
389 if (opts & OPT_VERBOSE) in dostats_dead()
501 if (opts & OPT_VERBOSE) in dostats()
548 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE)); in dostats_live()
600 if (opts & OPT_VERBOSE) in dostats_live()
/freebsd-14-stable/sbin/ipf/ippool/
HDippool.c200 opts |= OPT_VERBOSE; in poolnodecommand()
295 opts |= OPT_VERBOSE; in poolcommand()
392 opts |= OPT_VERBOSE; in loadpoolfile()
455 opts |= OPT_VERBOSE; in poolstats()
565 opts |= OPT_VERBOSE; in poolflush()
717 opts |= OPT_VERBOSE; in poollist()
/freebsd-14-stable/sbin/ipf/common/
HDopts.h26 #define OPT_VERBOSE 0x000040 macro
/freebsd-14-stable/sbin/ipf/ipscan/
HDipscan_y.y327 if (opts & OPT_VERBOSE) { in printent()
400 if (opts & OPT_VERBOSE) in addtag()
542 opts |= OPT_VERBOSE; in main()

12