Home
last modified time | relevance | path

Searched refs:MOPT_RFIGNORE (Results 1 – 5 of 5) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Drelay_aux.c131 optflags = aliasp[j].optflags & (MOPT_TRANSCEIVE | MOPT_RFFORWARD | MOPT_RFIGNORE) ; in configure_rf_tables()
149 else if ( optflags & MOPT_RFIGNORE ) { in configure_rf_tables()
H A Dmodules.c585 if ( optflags & MOPT_RFIGNORE ) strcat(buffer, "RFIGNORE "); in display_module_options()
1229 count += (aliasp[aliasindex].optflags & MOPT_RFIGNORE) ? 1 : 0; in count_rf_options()
1330 aliasp[aliasindex].optflags |= MOPT_RFIGNORE; in sensor_options()
2282 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_RFIGNORE); in opt_oreignore()
2322 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_RFIGNORE); in opt_secignore()
2809 aliasp[aliasindex].optflags |= MOPT_RFIGNORE; in opt_x10std()
3013 aliasp[aliasindex].optflags |= MOPT_RFIGNORE; in opt_aux()
H A Dprocess.h148 #define MOPT_RFIGNORE 0x00000040 macro
H A Dconfig.c3462 if ( aliasp[j].vtype == RF_OREGON && (aliasp[j].optflags & MOPT_RFIGNORE) ) { in create_oregon_ignore_list()
3490 if ( aliasp[j].vtype == RF_SEC && (aliasp[j].optflags & MOPT_RFIGNORE) ) { in create_security_ignore_list()
H A Dx10state.c13056 !(aliasp[j].optflags & MOPT_RFIGNORE) ) {