Searched refs:CFG_AUTH_BIDIR (Results 1 – 3 of 3) sorted by relevance
115 CFG_AUTH_BIDIR, /* auth-bidir (hidden) */ enumerator
7773 cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_init()8369 if (auth_cfg->bidirectional < cfg[CFG_AUTH_BIDIR].low) { in emlxs_auth_cfg_parse()8370 auth_cfg->bidirectional = cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_parse()8371 } else if (auth_cfg->bidirectional > cfg[CFG_AUTH_BIDIR].hi) { in emlxs_auth_cfg_parse()8372 auth_cfg->bidirectional = cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_parse()
8103 case CFG_AUTH_BIDIR: in emlxs_set_parm()