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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dpoolio.c22 if ((opts & OPT_DONTOPEN) != 0)
H A Dkvatoname.c28 if ((opts & OPT_DONTOPEN) == 0) {
H A Dnametokva.c27 if ((opts & OPT_DONTOPEN) == 0) {
/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h49 #define OPT_DONTOPEN 0x10000000 macro
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool.c163 opts |= OPT_DONOTHING|OPT_DONTOPEN;
283 opts |= OPT_DONOTHING|OPT_DONTOPEN;
396 opts |= OPT_DONOTHING|OPT_DONTOPEN;
415 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
492 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
504 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
519 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
536 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
604 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
617 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
[all...]
H A Dipf.c124 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
H A Dipftest.c31 int opts = OPT_DONTOPEN;
H A Dipnat.c143 opts |= OPT_DONOTHING|OPT_DONTOPEN;

Completed in 113 milliseconds