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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dload_dstlist.c46 if ((opts & OPT_DONOTHING) == 0) {
63 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_pool.c44 if ((opts & OPT_DONOTHING) == 0) {
66 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hash.c44 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hashnode.c50 if (!(opts & OPT_DONOTHING)) {
H A Dremove_pool.c41 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_poolnode.c47 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hash.c64 if ((opts & OPT_DONOTHING) == 0) {
97 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_dstlistnode.c61 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hashnode.c60 if (!(opts & OPT_DONOTHING)) {
H A Dload_poolnode.c59 if ((opts & OPT_DONOTHING) == 0) {
/freebsd-12-stable/contrib/flex/
H A Doptions.c97 {"-c", OPT_DONOTHING, 0}
99 {"-n", OPT_DONOTHING, 0}
H A Doptions.h58 OPT_DONOTHING,
57 OPT_DONOTHING, enumerator in enum:flexopt_flag_t
H A Dmain.c1024 case OPT_DONOTHING:
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf.c124 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
178 if (opts & OPT_DONOTHING)
272 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
308 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
370 if (!(opts & OPT_DONOTHING)) {
394 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
397 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
419 if (!(opts & OPT_DONOTHING)) {
433 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
437 if ((opts & (OPT_DONOTHING|OPT_VERBOS
[all...]
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_DONTOPE
[all...]
H A Dipfs.c241 opts |= OPT_DONOTHING;
343 if (opts & OPT_DONOTHING)
368 if (!(opts & OPT_DONOTHING)) {
518 if (!(opts & OPT_DONOTHING))
664 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.c143 opts |= OPT_DONOTHING|OPT_DONTOPEN;
182 if (!(opts & OPT_DONOTHING)) {
193 if ((opts & OPT_DONOTHING) == 0) {
200 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
296 if (!(opts & OPT_DONOTHING)) {
321 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
H A Dipnat_y.y1485 if ((opts & OPT_DONOTHING) != 0)
1507 if ((opts & OPT_DONOTHING) == 0) {
1527 if ((opts & OPT_DONOTHING) == 0) {
1537 if ((opts & OPT_DONOTHING) == 0) {
1717 if ((opts & OPT_DONOTHING) == 0) {
H A Dipf_y.y2418 if ((opts & OPT_DONOTHING) != 0)
2448 if ((opts & OPT_DONOTHING) == 0) {
2468 if ((opts & OPT_DONOTHING) == 0) {
2478 if ((opts & OPT_DONOTHING) == 0) {
/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h28 #define OPT_DONOTHING 0x000080 macro
/freebsd-12-stable/contrib/ipfilter/l4check/
H A Dl4check.c106 if (!(opts & OPT_DONOTHING)) {
121 if (!(opts & OPT_DONOTHING)) {
777 opts |= OPT_DONOTHING;
795 if (!(opts & OPT_DONOTHING)) {

Completed in 214 milliseconds