Searched refs:send_msg_channel_open_init (Results 1 – 6 of 6) sorted by relevance
131 int send_msg_channel_open_init(int fd, const struct ChanType *type);
67 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) { in tcp_acceptor()
194 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) { in send_msg_channel_open_x11()
192 if (send_msg_channel_open_init(fd, &chan_agent) == DROPBEAR_SUCCESS) { in send_msg_channel_open_agent()
372 if (send_msg_channel_open_init(STDIN_FILENO, &clichansess) in cli_send_chansess_request()
948 int send_msg_channel_open_init(int fd, const struct ChanType *type) { in send_msg_channel_open_init() function