Home
last modified time | relevance | path

Searched refs:OPT_DONOTHING (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c130 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
184 if (opts & OPT_DONOTHING)
278 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
314 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
376 if (!(opts & OPT_DONOTHING)) {
400 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
403 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
440 if (!(opts & OPT_DONOTHING)) {
454 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
458 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
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)) {
456 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
468 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
483 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
500 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
562 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
[all …]
H A Dipnat.c158 opts |= OPT_DONOTHING|OPT_DONTOPEN;
197 if (!(opts & OPT_DONOTHING)) {
208 if ((opts & OPT_DONOTHING) == 0) {
215 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
311 if (!(opts & OPT_DONOTHING)) {
336 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
H A Dipfs.c253 opts |= OPT_DONOTHING;
355 if (opts & OPT_DONOTHING)
380 if (!(opts & OPT_DONOTHING)) {
530 if (!(opts & OPT_DONOTHING))
676 if (!(opts & OPT_DONOTHING))
H A Dipscan_y.y393 if (!(opts & OPT_DONOTHING)) {
537 opts |= OPT_DONOTHING;
550 if (!(opts & OPT_DONOTHING)) {
H A Dipnat_y.y1497 if ((opts & OPT_DONOTHING) != 0)
1519 if ((opts & OPT_DONOTHING) == 0) {
1539 if ((opts & OPT_DONOTHING) == 0) {
1549 if ((opts & OPT_DONOTHING) == 0) {
1729 if ((opts & OPT_DONOTHING) == 0) {
H A Dipf_y.y2415 if ((opts & OPT_DONOTHING) != 0)
2445 if ((opts & OPT_DONOTHING) == 0) {
2465 if ((opts & OPT_DONOTHING) == 0) {
2475 if ((opts & OPT_DONOTHING) == 0) {
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dload_pool.c44 if ((opts & OPT_DONOTHING) == 0) {
66 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_dstlist.c48 if ((opts & OPT_DONOTHING) == 0) {
65 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hash.c64 if ((opts & OPT_DONOTHING) == 0) {
97 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_pool.c41 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hash.c44 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_poolnode.c47 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hashnode.c50 if (!(opts & OPT_DONOTHING)) {
H A Dload_hashnode.c60 if (!(opts & OPT_DONOTHING)) {
H A Dload_dstlistnode.c63 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_poolnode.c59 if ((opts & OPT_DONOTHING) == 0) {
/netbsd-src/external/bsd/flex/dist/src/
H A Doptions.c100 {"-c", OPT_DONOTHING, 0}
102 {"-n", OPT_DONOTHING, 0}
H A Doptions.h59 OPT_DONOTHING, enumerator
H A Dmain.c1039 case OPT_DONOTHING: in flexinit()
/netbsd-src/external/bsd/ipf/dist/l4check/
H A Dl4check.c106 if (!(opts & OPT_DONOTHING)) {
121 if (!(opts & OPT_DONOTHING)) {
777 opts |= OPT_DONOTHING;
795 if (!(opts & OPT_DONOTHING)) {
/netbsd-src/external/bsd/ipf/dist/
H A Dopts.h28 #define OPT_DONOTHING 0x000080 macro