HomeSort by relevance Sort by last modified time
    Searched refs:send_msg_channel_open_init (Results 1 - 6 of 6) sorted by null

  /external/dropbear/
channel.h 131 int send_msg_channel_open_init(int fd, const struct ChanType *type);
tcp-accept.c 67 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) {
svr-agentfwd.c 192 if (send_msg_channel_open_init(fd, &chan_agent) == DROPBEAR_SUCCESS) {
svr-x11fwd.c 194 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) {
cli-chansession.c 372 if (send_msg_channel_open_init(STDIN_FILENO, &clichansess)
common-channel.c 948 int send_msg_channel_open_init(int fd, const struct ChanType *type) { function
952 TRACE(("enter send_msg_channel_open_init()"))
955 TRACE(("leave send_msg_channel_open_init() - FAILED in newchannel()"))
976 TRACE(("leave send_msg_channel_open_init()"))

Completed in 432 milliseconds