Home
last modified time | relevance | path

Searched refs:jump_host (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dreadconf.c1222 if (options->jump_host != NULL) in process_config_line_depth()
1223 charptr = &options->jump_host; /* Skip below */ in process_config_line_depth()
1964 options->jump_host = NULL; in initialize_options()
2257 if (options->jump_host != NULL && in fill_default_options()
2258 strcmp(options->jump_host, "none") == 0 && in fill_default_options()
2260 free(options->jump_host); in fill_default_options()
2261 options->jump_host = NULL; in fill_default_options()
2486 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
2514 o->jump_host = xstrdup("none"); in parse_jump()
2518 o->jump_host = host; in parse_jump()
[all …]
Dreadconf.h166 char *jump_host; member
Dssh.c480 options.jump_host == NULL; in resolve_canonicalize()
842 if (options.jump_host != NULL) { in main()
1192 options.jump_host == NULL; in main()
1234 if (options.jump_host != NULL) { in main()
1243 if (strcmp(options.jump_host, host) == 0 && port == jumpport) in main()
1244 fatal("jumphost loop via %s", options.jump_host); in main()
1278 options.jump_host); in main()