Searched refs:fastboot_tcp_answer (Results 1 - 1 of 1) sorted by relevance

/u-boot/net/
H A Dfastboot_tcp.c29 static void fastboot_tcp_answer(u8 action, unsigned int len) function
41 fastboot_tcp_answer(TCP_RST, 0);
52 fastboot_tcp_answer(action, len);
67 fastboot_tcp_answer(TCP_ACK | TCP_PUSH, len + 8);
103 fastboot_tcp_answer(TCP_FIN | TCP_ACK, 0);

Completed in 35 milliseconds