Searched refs:allocated_listen_port (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dserverloop.c759 int r, success = 0, allocated_listen_port = 0; local
792 &allocated_listen_port, &options.fwd_opts);
797 if (allocated_listen_port != 0 &&
798 (r = sshbuf_put_u32(resp, allocated_listen_port)) != 0)
H A Dchannels.c3350 struct Forward *fwd, int *allocated_listen_port,
3403 if (allocated_listen_port != NULL)
3404 *allocated_listen_port = 0;
3423 fwd->listen_port == 0 && allocated_listen_port != NULL &&
3424 *allocated_listen_port > 0)
3425 *lport_p = htons(*allocated_listen_port);
3480 allocated_listen_port != NULL &&
3481 *allocated_listen_port == 0) {
3482 *allocated_listen_port = get_local_port(sock);
3484 *allocated_listen_port);
3349 channel_setup_fwd_listener_tcpip(struct ssh *ssh, int type, struct Forward *fwd, int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
3792 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd, int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
[all...]

Completed in 54 milliseconds