Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/tools/
HDippool.c120 opts |= OPT_DONOTHING|OPT_DONTOPEN;
175 opts |= OPT_DONOTHING|OPT_DONTOPEN;
288 opts |= OPT_DONOTHING|OPT_DONTOPEN;
374 opts |= OPT_DONOTHING|OPT_DONTOPEN;
390 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
461 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
473 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
488 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
505 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
567 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
[all …]
HDipf.c133 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
HDipnat.c156 opts |= OPT_DONOTHING|OPT_DONTOPEN;
HDipftest.c31 int opts = OPT_DONTOPEN;
/NextBSD/contrib/ipfilter/lib/
HDpoolio.c22 if ((opts & OPT_DONTOPEN) != 0) in pool_open()
HDkvatoname.c28 if ((opts & OPT_DONTOPEN) == 0) {
HDnametokva.c27 if ((opts & OPT_DONTOPEN) == 0) {
/NextBSD/contrib/ipfilter/
HDopts.h45 #define OPT_DONTOPEN 0x10000000 macro