Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/ippool/
HDippool.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-13-stable/sbin/ipf/libipf/
HDpoolio.c22 if ((opts & OPT_DONTOPEN) != 0) in pool_open()
HDkvatoname.c26 if ((opts & OPT_DONTOPEN) == 0) { in kvatoname()
HDnametokva.c25 if ((opts & OPT_DONTOPEN) == 0) { in nametokva()
/freebsd-13-stable/sbin/ipf/common/
HDopts.h48 #define OPT_DONTOPEN 0x10000000 macro
/freebsd-13-stable/sbin/ipf/ipf/
HDipf.c122 opts ^= OPT_DONOTHING|OPT_DONTOPEN; in main()
/freebsd-13-stable/sbin/ipf/ipftest/
HDipftest.c30 int opts = OPT_DONTOPEN;
/freebsd-13-stable/sbin/ipf/ipnat/
HDipnat.c141 opts |= OPT_DONOTHING|OPT_DONTOPEN; in main()