Searched refs:cport (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | mux.c | 665 u_int lport, cport; in process_mux_open_fwd() local 675 buffer_get_int_ret(&cport, m) != 0 || in process_mux_open_fwd() 677 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in process_mux_open_fwd() 697 fwd.connect_port = cport; in process_mux_open_fwd() 835 u_int lport, cport; in process_mux_close_fwd() local 843 buffer_get_int_ret(&cport, m) != 0 || in process_mux_close_fwd() 845 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in process_mux_close_fwd() 866 fwd.connect_port = cport; in process_mux_close_fwd() 946 u_int cport, i, j; in process_mux_stdio_fwd() local 953 buffer_get_int_ret(&cport, m) != 0) { in process_mux_stdio_fwd() [all …]
|
D | channels.c | 3091 int cport, struct ForwardOptions *fwd_opts) argument 3103 if (cport == CHANNEL_CANCEL_PORT_STATIC) { 3108 if (c->host_port != cport) 3152 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument 3157 return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);
|