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

/freebsd-10.2-release/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-10.2-release/contrib/ipfilter/
H A Dopts.h45 #define OPT_DONTOPEN 0x10000000 macro
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dippool.c123 opts |= OPT_DONOTHING|OPT_DONTOPEN;
178 opts |= OPT_DONOTHING|OPT_DONTOPEN;
291 opts |= OPT_DONOTHING|OPT_DONTOPEN;
377 opts |= OPT_DONOTHING|OPT_DONTOPEN;
393 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
464 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
476 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
491 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
508 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
570 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))
[all...]
H A Dipf.c133 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
H A Dipftest.c31 int opts = OPT_DONTOPEN;
H A Dipnat.c159 opts |= OPT_DONOTHING|OPT_DONTOPEN;

Completed in 62 milliseconds