• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssh/

Lines Matching defs:listen_port

119 	int listen_port;		/* Remote side should listen port. */
525 const char *listen_host, const char *listen_path, int listen_port,
543 (*permp)[n].listen_port = listen_port;
565 c->self, perm->listen_host, perm->listen_port);
572 (r = sshpkt_put_u32(ssh, perm->listen_port)) != 0 ||
2721 u_int id, remote_id, listen_port;
2809 (r = sshbuf_get_u32(original, &listen_port)) != 0) {
2813 if (listen_port > 65535) {
2815 __func__, listen_host, listen_port);
2820 listen_host, NULL, (int)listen_port, downstream);
3391 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
3423 fwd->listen_port == 0 && allocated_listen_port != NULL &&
3475 * fwd->listen_port == 0 requests a dynamically allocated port -
3479 fwd->listen_port == 0 &&
3494 if (fwd->listen_port == 0 && allocated_listen_port != NULL &&
3498 c->listening_port = fwd->listen_port;
3503 fwd->listen_port);
3633 fwd->listen_host, fwd->listen_port);
3709 fwd->listen_host, fwd->listen_port, cport, fwd_opts);
3741 if (allowed_open->listen_port != FWD_PERMIT_ANY_PORT &&
3742 allowed_open->listen_port != fwd->listen_port)
3835 int port_to_connect, listen_port;
3854 (r = sshpkt_put_u32(ssh, fwd->listen_port)) != 0 ||
3865 port_to_connect = listen_port = 0;
3875 listen_port = PORT_STREAMLOCAL;
3879 listen_port = fwd->listen_port;
3883 listen_host, listen_path, listen_port, NULL);
3917 if (allowed_open->listen_port != requestedport)
3937 if (allowed_open->listen_port != PORT_STREAMLOCAL)
4030 fwd->listen_port ? fwd->listen_port : fwd->allocated_port);
4118 pset->permitted_user[idx].listen_port =
4308 u_short listen_port, char *ctype, char *rname)
4318 listen_host, listen_port, 1)) {
4329 error("WARNING: Server requests forwarding for unknown listen_port %d",
4330 listen_port);