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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h167 char *jump_host; member in struct:__anon6881
H A Dreadconf.c1149 if (options->jump_host != NULL)
1150 charptr = &options->jump_host; /* Skip below */
1899 options->jump_host = NULL;
2172 if (options->jump_host != NULL &&
2173 strcmp(options->jump_host, "none") == 0 &&
2175 free(options->jump_host);
2176 options->jump_host = NULL;
2403 active &= o->proxy_command == NULL && o->jump_host == NULL;
2431 o->jump_host = xstrdup("none");
2435 o->jump_host
[all...]
H A Dssh.c444 options.jump_host == NULL;
791 if (options.jump_host != NULL)
1132 options.jump_host == NULL;
1169 if (options.jump_host != NULL) {
1205 options.jump_host);

Completed in 107 milliseconds