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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h168 int jump_port; member in struct:__anon6881
H A Dreadconf.c1900 options->jump_port = -1;
2174 options->jump_port == 0 && options->jump_user == NULL) {
2432 o->jump_port = 0;
2436 o->jump_port = port;
2775 snprintf(buf, sizeof(buf), "%d", o->jump_port);
2790 o->jump_port <= 0 ? "" : ":",
2791 o->jump_port <= 0 ? "" : buf);
H A Dssh.c1185 snprintf(port_s, sizeof(port_s), "%d", options.jump_port);
1192 /* Optional "-p port" argument if jump_port set */
1193 options.jump_port <= 0 ? "" : " -p ",
1194 options.jump_port <= 0 ? "" : port_s,

Completed in 76 milliseconds