Searched refs:OPT_VERBOSE (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dverbose.c34 if (opts & OPT_VERBOSE)
52 if (opts & OPT_VERBOSE)
H A Dprinthostmap.c28 if (opts & OPT_VERBOSE)
H A Dload_dstlist.c52 if ((opts & OPT_VERBOSE) != 0) {
H A Dload_pool.c54 if ((opts & OPT_VERBOSE) != 0) {
H A Dprintnatside.c53 if (opts & OPT_VERBOSE)
H A Dload_hash.c73 if (opts & OPT_VERBOSE) {
H A Dprintstate.c65 if ((opts & OPT_VERBOSE) != 0) {
178 if ((opts & OPT_VERBOSE) != 0) {
H A Dprintactivenat.c105 if (opts & OPT_VERBOSE) {
H A Dprintaps.c45 if ((proto == IPPROTO_TCP) && (opts & OPT_VERBOSE)) {
H A Dprintfr.c458 if ((fp->fr_flags & FR_KEEPSTATE) && (opts & OPT_VERBOSE)) {
/freebsd-10.3-release/sbin/kldunload/
H A Dkldunload.c49 #define OPT_VERBOSE 0x02 macro
77 opt |= OPT_VERBOSE;
100 if (opt & OPT_VERBOSE) {
/freebsd-10.3-release/contrib/ipfilter/l4check/
H A Dl4check.c162 if (opts & OPT_VERBOSE)
168 if (opts & OPT_VERBOSE)
195 if (opts & OPT_VERBOSE)
204 if (opts & OPT_VERBOSE)
231 if (opts & OPT_VERBOSE)
236 if (opts & OPT_VERBOSE)
243 if (opts & OPT_VERBOSE)
259 if (opts & OPT_VERBOSE)
301 if (opts & OPT_VERBOSE)
309 if (opts & OPT_VERBOSE)
[all...]
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipf.c154 opts += OPT_VERBOSE;
281 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
289 if (opts & OPT_VERBOSE)
295 if (opts & OPT_VERBOSE)
301 if (opts & OPT_VERBOSE)
306 if (opts & OPT_VERBOSE)
317 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
323 if (opts & OPT_VERBOSE)
[all...]
H A Dipfs.c284 opts |= OPT_VERBOSE;
378 if (opts & OPT_VERBOSE)
385 if (opts & OPT_VERBOSE)
421 if (opts & OPT_VERBOSE)
430 if (opts & OPT_VERBOSE)
522 if (opts & OPT_VERBOSE)
525 if (opts & OPT_VERBOSE)
537 if (opts & OPT_VERBOSE)
666 if (opts & OPT_VERBOSE)
670 if (opts & OPT_VERBOSE)
[all...]
H A Dippool.c135 opts |= OPT_VERBOSE;
220 opts |= OPT_VERBOSE;
307 opts |= OPT_VERBOSE;
386 opts |= OPT_VERBOSE;
457 opts |= OPT_VERBOSE;
563 opts |= OPT_VERBOSE;
707 opts |= OPT_VERBOSE;
H A Dipscan_y.y329 if (opts & OPT_VERBOSE) {
404 if (opts & OPT_VERBOSE)
546 opts |= OPT_VERBOSE;
H A Dipnat.c179 opts |= OPT_VERBOSE;
366 printnat(&ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
409 if (opts & OPT_VERBOSE)
524 if (opts & OPT_VERBOSE)
572 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
624 if (opts & OPT_VERBOSE)
H A Dipftest.c188 opts |= OPT_VERBOSE;
691 printnat(ipn, opts & (OPT_DEBUG|OPT_VERBOSE));
H A Dipmon_y.y12 #undef OPT_VERBOSE
/freebsd-10.3-release/contrib/flex/
H A Doptions.c201 {"-v", OPT_VERBOSE, 0}
203 {"--verbose", OPT_VERBOSE, 0}
H A Doptions.h124 OPT_VERBOSE,
123 OPT_VERBOSE, enumerator in enum:flexopt_flag_t
H A Dmain.c1187 case OPT_VERBOSE:
/freebsd-10.3-release/contrib/ipfilter/
H A Dopts.h23 #define OPT_VERBOSE 0x000040 macro
/freebsd-10.3-release/sbin/mdconfig/
H A Dmdconfig.c69 #define OPT_VERBOSE 0x01 macro
234 vflag = OPT_VERBOSE;
331 if (action != LIST && vflag == OPT_VERBOSE)
469 if (opt & OPT_VERBOSE ||
481 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE))
487 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE))
/freebsd-10.3-release/contrib/ipfilter/ipsend/
H A Dipsend.c324 opts |= OPT_VERBOSE;

Completed in 135 milliseconds

12