Searched refs:allocated_port (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h27 int allocated_port; /* Dynamically allocated listen port */ member in struct:__anon4956
H A Dmux.c593 rfwd->allocated_port = packet_get_int();
595 " to %s:%d", rfwd->allocated_port,
599 buffer_put_int(&out, rfwd->allocated_port);
601 rfwd->allocated_port);
715 options.remote_forwards[i].allocated_port);
846 found_fwd->allocated_port : fwd.listen_port;
1639 fwd->allocated_port = buffer_get_int(&m);
1641 fwd->allocated_port,
1645 fprintf(stdout, "%u\n", fwd->allocated_port);
H A Dssh.c1089 rfwd->allocated_port = packet_get_int();
1091 rfwd->allocated_port,
1094 rfwd->allocated_port);
H A Dreadconf.c332 fwd->allocated_port = 0;

Completed in 78 milliseconds