Searched refs:send_len (Results 1 – 1 of 1) sorted by relevance
267 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local268 nc_send_packet(s, send_len); in nc_stdio_puts()269 len -= send_len; in nc_stdio_puts()270 s += send_len; in nc_stdio_puts()