Searched refs:tcp_out (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 84 static void tcp_out(struct tcp *conn, uint8_t flags); 1216 tcp_out(conn, ACK); in tcp_update_recv_wnd() 1614 static void tcp_out(struct tcp *conn, uint8_t flags) in tcp_out() function 2080 tcp_out(conn, ACK); in tcp_send_ack() 2734 tcp_out(conn, ACK); in tcp_data_received() 2837 tcp_out(conn, RST); in tcp_in() 2874 tcp_out(conn, RST); in tcp_in() 2889 tcp_out(conn, RST); in tcp_in() 2931 tcp_out(conn, SYN | ACK); in tcp_in() 3037 tcp_out(conn, ACK); in tcp_in() [all …]
|