Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h134 int use_roaming; member
Dreadconf.c1023 intptr = &options->use_roaming; in process_config_line()
1199 options->use_roaming = -1; in initialize_options()
1357 if (options->use_roaming == -1) in fill_default_options()
1358 options->use_roaming = 1; in fill_default_options()
Dsshconnect2.c218 if (options.use_roaming && !kex->roaming) { in ssh_kex2()
220 options.use_roaming = 0; in ssh_kex2()
Dssh.c1469 if (options.use_roaming) in ssh_session2()