OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_remote_forwards
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.h
126
int
num_remote_forwards
;
member in struct:__anon181
mux.c
648
if (fctx->fid >= options.
num_remote_forwards
||
816
for (i = 0; i < options.
num_remote_forwards
; i++) {
864
fctx->fid = options.
num_remote_forwards
- 1;
948
for (i = 0; i < options.
num_remote_forwards
; i++) {
1962
options.num_local_forwards, options.
num_remote_forwards
);
1972
for (i = 0; i < options.
num_remote_forwards
; i++) {
readconf.c
450
for (i = 0; i < options->
num_remote_forwards
; i++) {
455
options->
num_remote_forwards
+ 1,
457
fwd = &options->remote_forwards[options->
num_remote_forwards
++];
485
for (i = 0; i < options->
num_remote_forwards
; i++) {
491
if (options->
num_remote_forwards
> 0) {
495
options->
num_remote_forwards
= 0;
2869
options->
num_remote_forwards
= 0;
3325
for (i = 0; i < o->
num_remote_forwards
; i++) {
3984
dump_cfg_forwards(oRemoteForward, o->
num_remote_forwards
, o->remote_forwards);
sshconnect.c
1398
options.
num_remote_forwards
> 0) {
1402
options.
num_remote_forwards
= 0;
ssh.c
1595
for (i = 0; i < options.
num_remote_forwards
; i++) {
2095
for (i = 0; i < options.
num_remote_forwards
; i++) {
2415
options.
num_remote_forwards
> 0) {
clientloop.c
959
options.
num_remote_forwards
!= 0 ||
Completed in 33 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026