Searched refs:TCP_FIN (Results 1 – 5 of 5) sorted by relevance
78 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()
268 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()
354 wget_send(action | TCP_ACK | TCP_FIN, in wget_handler()
58 #define TCP_FIN 0x01 /* Finish flag */ macro
133 tcp_send->tcp_flags = TCP_ACK | TCP_FIN; in sb_ack_handler()
Completed in 12 milliseconds