Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dnetconsole.c269 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local
270 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