Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dconfig.c121 if (what & CONFIG_RTS) { in config_init()
205 if (what & CONFIG_RTS && env->sc_rts != NULL) { in config_purge()
524 if ((ps->ps_what[id] & CONFIG_RTS) == 0 || in config_setrt()
H A Drelayd.h90 #define CONFIG_RTS 0x20 macro