Searched refs:CFG_AUTH_TMO (Results 1 – 3 of 3) sorted by relevance
113 CFG_AUTH_TMO, /* auth-tmo (hidden) */ enumerator
7769 cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_init()8357 if (auth_cfg->authentication_timeout < cfg[CFG_AUTH_TMO].low) { in emlxs_auth_cfg_parse()8358 auth_cfg->authentication_timeout = cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_parse()8359 } else if (auth_cfg->authentication_timeout > cfg[CFG_AUTH_TMO].hi) { in emlxs_auth_cfg_parse()8360 auth_cfg->authentication_timeout = cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_parse()
8095 case CFG_AUTH_TMO: in emlxs_set_parm()