Searched refs:send_len (Results 1 – 1 of 1) sorted by relevance
269 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local270 nc_send_packet(s, send_len); in nc_stdio_puts()271 len -= send_len; in nc_stdio_puts()272 s += send_len; in nc_stdio_puts()
Completed in 3 milliseconds