Home
last modified time | relevance | path

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

/dports/security/dropbear/dropbear-2020.81/
H A Dchannel.h137 int send_msg_channel_open_init(int fd, const struct ChanType *type);
H A Dcli-chansession.c403 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()
H A Dtcp-accept.c77 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) { in tcp_acceptor()
H A Dsvr-x11fwd.c228 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) { in send_msg_channel_open_x11()
H A Dsvr-agentfwd.c202 if (send_msg_channel_open_init(fd, &chan_svr_agent) == DROPBEAR_SUCCESS) { in send_msg_channel_open_agent()
H A Dcommon-channel.c1120 int send_msg_channel_open_init(int fd, const struct ChanType *type) { in send_msg_channel_open_init() function