Home
last modified time | relevance | path

Searched refs:OPT_DONTOPEN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool.c157 opts |= OPT_DONOTHING|OPT_DONTOPEN; in poolnodecommand()
275 opts |= OPT_DONOTHING|OPT_DONTOPEN; in poolcommand()
386 opts |= OPT_DONOTHING|OPT_DONTOPEN; in loadpoolfile()
405 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in loadpoolfile()
468 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in poolstats()
480 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()
495 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()
512 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()
578 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in poolflush()
591 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolflush()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dpoolio.c22 if ((opts & OPT_DONTOPEN) != 0) in pool_open()
H A Dkvatoname.c26 if ((opts & OPT_DONTOPEN) == 0) { in kvatoname()
H A Dnametokva.c25 if ((opts & OPT_DONTOPEN) == 0) { in nametokva()
/freebsd/sbin/ipf/common/
H A Dopts.h48 #define OPT_DONTOPEN 0x10000000 macro
/freebsd/sbin/ipf/ipf/
H A Dipf.c118 opts ^= OPT_DONOTHING|OPT_DONTOPEN; in main()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c26 int opts = OPT_DONTOPEN;
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c137 opts |= OPT_DONOTHING|OPT_DONTOPEN; in main()