HomeSort by relevance Sort by last modified time
    Searched full:send_msg_channel_data (Results 1 - 1 of 1) sorted by null

  /external/dropbear/
common-channel.c 46 static void send_msg_channel_data(struct Channel *channel, int isextended);
208 send_msg_channel_data(channel, 0);
215 send_msg_channel_data(channel, 1);
297 send_msg_channel_data(channel, 0);
302 send_msg_channel_data(channel, 1);
578 static void send_msg_channel_data(struct Channel *channel, int isextended) { function
586 TRACE(("enter send_msg_channel_data"))
594 TRACE(("enter send_msg_channel_data isextended %d fd %d", isextended, fd))
604 TRACE(("leave send_msg_channel_data: no window"))
628 TRACE(("leave send_msg_channel_data: len %d read err %d or EOF for fd %d",
    [all...]

Completed in 227 milliseconds