Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.c1137 if (options->jump_host != NULL) in process_config_line_depth()
1138 charptr = &options->jump_host; /* Skip below */ in process_config_line_depth()
1830 options->jump_host = NULL; in initialize_options()
2312 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
2336 o->jump_host = host; in parse_jump()
2665 if (o->jump_host == NULL) in dump_client_config()
2669 i = strchr(o->jump_host, ':') != NULL || in dump_client_config()
2670 strspn(o->jump_host, "1234567890.") == strlen(o->jump_host); in dump_client_config()
2682 o->jump_host, in dump_client_config()
Dreadconf.h167 char *jump_host; member
Dssh.c385 options.jump_host == NULL; in resolve_canonicalize()
737 if (options.jump_host != NULL) in main()
1058 options.jump_host == NULL; in main()
1096 if (options.jump_host != NULL) { in main()
1123 options.jump_host); in main()
DChangeLog3184 Do not clobber the global jump_host variables when