Home
last modified time | relevance | path

Searched refs:OPT_SAVEOUT (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintpool_live.c29 if (opts & OPT_SAVEOUT) in printpool_live()
53 if (opts & OPT_SAVEOUT) in printpool_live()
58 if (opts & OPT_SAVEOUT) in printpool_live()
67 if (opts & OPT_SAVEOUT) in printpool_live()
H A Dprinthash_live.c29 if (opts & OPT_SAVEOUT) in printhash_live()
55 if (opts & OPT_SAVEOUT) in printhash_live()
66 if ((opts & OPT_DEBUG) == 0 || (opts & OPT_SAVEOUT)) in printhash_live()
H A Dprintdstlistdata.c14 if ((opts & OPT_DEBUG) == 0 || opts & OPT_SAVEOUT) { in printdstlistdata()
26 if ((opts & OPT_DEBUG) == 0 || opts & OPT_SAVEOUT) { in printdstlistdata()
H A Dprintpooldata.c15 if (opts & OPT_SAVEOUT) { in printpooldata()
39 if ((opts & OPT_SAVEOUT)) { in printpooldata()
H A Dprinthashdata.c15 if (opts & OPT_SAVEOUT) { in printhashdata()
57 if ((opts & OPT_SAVEOUT)) { in printhashdata()
H A Dprintdstlist.c45 if (opts & OPT_SAVEOUT) in printdstlist()
H A Dprintdstl_live.c43 if (opts & OPT_SAVEOUT) in printdstl_live()
/freebsd/sbin/ipf/common/
H A Dopts.h37 #define OPT_SAVEOUT 0x020000 macro
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c146 opts |= OPT_SAVEOUT; in main()
181 if (opts & OPT_SAVEOUT) in main()
/freebsd/sbin/ipf/ippool/
H A Dippool.c679 opts |= OPT_SAVEOUT; in poollist()