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

/u-boot/net/
H A Dfastboot_tcp.c28 static void fastboot_tcp_answer(u8 action, unsigned int len) function
40 fastboot_tcp_answer(TCP_RST, 0);
51 fastboot_tcp_answer(action, len);
66 fastboot_tcp_answer(TCP_ACK | TCP_PUSH, len + 8);
102 fastboot_tcp_answer(TCP_FIN | TCP_ACK, 0);

Completed in 139 milliseconds