Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dload_pool.c32 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
34 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
54 if ((opts & OPT_DONOTHING) == 0) {
71 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_pool.c25 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
42 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hash.c25 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
45 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_hashnode.c27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
51 if (!(opts & OPT_DONOTHING)) {
H A Dremove_poolnode.c27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
48 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hashnode.c34 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
36 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
65 if (!(opts & OPT_DONOTHING)) {
H A Dload_poolnode.c31 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
33 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
61 if ((opts & OPT_DONOTHING) == 0) {
H A Dload_hash.c35 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
37 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
77 if ((opts & OPT_DONOTHING) == 0) {
118 if ((opts & OPT_DONOTHING) == 0) {
H A Dkvatoname.c18 if ((opts & OPT_DONOTHING) == 0) {
H A Dnametokva.c17 if ((opts & OPT_DONOTHING) == 0) {
H A Dgetifname.c43 if ((opts & OPT_DONOTHING) == 0)
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf.c137 opts ^= OPT_DONOTHING;
191 if (opts & OPT_DONOTHING)
287 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE)
323 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
392 if (!(opts & OPT_DONOTHING)) {
405 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
443 if (!(opts & OPT_DONOTHING)) {
457 if ((opts & (OPT_DONOTHING|OPT_VERBOSE)) == OPT_VERBOSE) {
H A Dippool.c182 opts |= OPT_DONOTHING;
249 opts |= OPT_DONOTHING;
341 opts |= OPT_DONOTHING;
360 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
446 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
702 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
719 if (!(opts & OPT_DONOTHING)) {
734 if (!(opts & OPT_DONOTHING)) {
791 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
809 if (!(opts & OPT_DONOTHING)) {
H A Dipnat.c156 opts |= OPT_DONOTHING;
188 if ((opts & OPT_DONOTHING) == 0) {
196 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
416 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
424 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1)
H A Dipfs.c256 opts |= OPT_DONOTHING;
361 if (opts & OPT_DONOTHING)
392 if (!(opts & OPT_DONOTHING)) {
544 if (!(opts & OPT_DONOTHING))
679 if (!(opts & OPT_DONOTHING))
H A Dipnat_y.y984 if ((opts & OPT_DONOTHING) != 0)
1005 if ((opts & OPT_DONOTHING) == 0) {
1026 if ((opts & OPT_DONOTHING) == 0) {
1033 if ((opts & OPT_DONOTHING) == 0) {
H A Dipf_y.y230 if (((opts & OPT_DONOTHING) == 0) &&
2219 if ((opts & OPT_DONOTHING) != 0)
2249 if ((opts & OPT_DONOTHING) == 0) {
2266 if ((opts & OPT_DONOTHING) != 0) {
2273 if (!(opts & OPT_DONOTHING)) {
H A Dipftest.c26 int opts = OPT_DONOTHING;
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dopts.h27 #define OPT_DONOTHING 0x000080 macro