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

/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/ipfilter/tools/
H A Dipf.c133 opts ^= OPT_DONOTHING|OPT_DONTOPEN;
187 if (opts & OPT_DONOTHING)
281 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
317 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
379 if (!(opts & OPT_DONOTHING)) {
403 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
406 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
443 if (!(opts & OPT_DONOTHING)) {
457 if ((opts & (OPT_DONOTHING|OPT_DEBUG)) == OPT_DEBUG) {
461 if ((opts & (OPT_DONOTHING|OPT_VERBOS
[all...]
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_DONTOPE
[all...]
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.c159 opts |= OPT_DONOTHING|OPT_DONTOPEN;
198 if (!(opts & OPT_DONOTHING)) {
209 if ((opts & OPT_DONOTHING) == 0) {
216 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
312 if (!(opts & OPT_DONOTHING)) {
337 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
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.y2413 if ((opts & OPT_DONOTHING) != 0)
2443 if ((opts & OPT_DONOTHING) == 0) {
2463 if ((opts & OPT_DONOTHING) == 0) {
2473 if ((opts & OPT_DONOTHING) == 0) {
/freebsd-10.3-release/contrib/ipfilter/
H A Dopts.h24 #define OPT_DONOTHING 0x000080 macro
/freebsd-10.3-release/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 182 milliseconds