Home | History | Annotate | Download | only in dist

Lines Matching refs:lport

727 	u_int lport, cport;
732 /* XXX - lport/cport check redundant */
735 (r = sshbuf_get_u32(m, &lport)) != 0 ||
738 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
754 fwd.listen_port = lport;
894 u_int lport, cport;
900 (r = sshbuf_get_u32(m, &lport)) != 0 ||
903 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
920 fwd.listen_port = lport;