Searched refs:send_msg_channel_open_init (Results 1 – 6 of 6) sorted by relevance
137 int send_msg_channel_open_init(int fd, const struct ChanType *type);
403 if (send_msg_channel_open_init(STDIN_FILENO, &cli_chan_netcat) in cli_send_netcat_request()425 if (send_msg_channel_open_init(STDIN_FILENO, &clichansess) in cli_send_chansess_request()
77 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) { in tcp_acceptor()
228 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) { in send_msg_channel_open_x11()
202 if (send_msg_channel_open_init(fd, &chan_svr_agent) == DROPBEAR_SUCCESS) { in send_msg_channel_open_agent()
1120 int send_msg_channel_open_init(int fd, const struct ChanType *type) { in send_msg_channel_open_init() function