Home
last modified time | relevance | path

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

/external/dropbear/
Dcommon-channel.c46 static void send_msg_channel_data(struct Channel *channel, int isextended);
208 send_msg_channel_data(channel, 0); in channelio()
215 send_msg_channel_data(channel, 1); in channelio()
297 send_msg_channel_data(channel, 0); in check_close()
302 send_msg_channel_data(channel, 1); in check_close()
578 static void send_msg_channel_data(struct Channel *channel, int isextended) { in send_msg_channel_data() function