Home
last modified time | relevance | path

Searched refs:send_msg_channel_open_init (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/
Dchannel.h131 int send_msg_channel_open_init(int fd, const struct ChanType *type);
Dtcp-accept.c67 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) { in tcp_acceptor()
Dsvr-x11fwd.c194 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) { in send_msg_channel_open_x11()
Dsvr-agentfwd.c192 if (send_msg_channel_open_init(fd, &chan_agent) == DROPBEAR_SUCCESS) { in send_msg_channel_open_agent()
Dcli-chansession.c372 if (send_msg_channel_open_init(STDIN_FILENO, &clichansess) in cli_send_chansess_request()
Dcommon-channel.c948 int send_msg_channel_open_init(int fd, const struct ChanType *type) { in send_msg_channel_open_init() function