Home
last modified time | relevance | path

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

/u-boot/net/
A Dfastboot_tcp.c78 u8 tcp_fin = action & TCP_FIN; in fastboot_tcp_handler_ipv4()
103 fastboot_tcp_answer(TCP_FIN | TCP_ACK, 0); in fastboot_tcp_handler_ipv4()
A Dtcp.c268 action = TCP_FIN; in tcp_set_tcp_header()
283 case TCP_FIN: in tcp_set_tcp_header()
299 case (TCP_FIN | TCP_ACK): in tcp_set_tcp_header()
300 case (TCP_FIN | TCP_ACK | TCP_PUSH): in tcp_set_tcp_header()
505 u8 tcp_fin = tcp_flags & TCP_FIN; in tcp_state_machine()
578 action = action | TCP_FIN | TCP_PUSH | TCP_ACK; in tcp_state_machine()
609 action = TCP_ACK | TCP_FIN; in tcp_state_machine()
A Dwget.c354 wget_send(action | TCP_ACK | TCP_FIN, in wget_handler()
/u-boot/include/net/
A Dtcp.h58 #define TCP_FIN 0x01 /* Finish flag */ macro
/u-boot/test/cmd/
A Dwget.c133 tcp_send->tcp_flags = TCP_ACK | TCP_FIN; in sb_ack_handler()

Completed in 12 milliseconds