Home
last modified time | relevance | path

Searched refs:MOPT_SECURITY (Results 1 – 2 of 2) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dmodules.c574 if ( optflags & MOPT_SECURITY || optflags & MOPT_ENTERTAIN ) { in display_module_options()
1593 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR | MOPT_HEARTBEAT); in opt_digimax()
1687 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR | MOPT_HEARTBEAT | MOPT_LOBAT); in opt_oregon()
1722 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR | MOPT_HEARTBEAT); in opt_ore_dummy()
2190 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_SENSOR); in opt_oreWeight1()
2282 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_RFIGNORE); in opt_oreignore()
2322 aliasp[aliasindex].optflags = (MOPT_SECURITY | MOPT_RFIGNORE); in opt_secignore()
2453 aliasp[aliasindex].optflags |= MOPT_SECURITY; in opt_kremote()
2492 aliasp[aliasindex].optflags |= MOPT_SECURITY; in opt_sremote()
2545 aliasp[aliasindex].optflags |= MOPT_SECURITY; in opt_visonic()
[all …]
H A Dprocess.h145 #define MOPT_SECURITY 0x00000008 macro