Home
last modified time | relevance | path

Searched refs:use_roaming (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/openssh/
HDreadconf.h143 int use_roaming; member
HDreadconf.c1355 intptr = &options->use_roaming; in process_config_line()
1646 options->use_roaming = -1; in initialize_options()
1828 if (options->use_roaming == -1) in fill_default_options()
1829 options->use_roaming = 1; in fill_default_options()
HDsshconnect2.c232 if (options.use_roaming && !kex->roaming) { in ssh_kex2()
234 options.use_roaming = 0; in ssh_kex2()
HDssh.c1792 if (options.use_roaming) in ssh_session2()