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); 1217 tcp_out(conn, ACK); in tcp_update_recv_wnd() 1615 static void tcp_out(struct tcp *conn, uint8_t flags) in tcp_out() function 2081 tcp_out(conn, ACK); in tcp_send_ack() 2735 tcp_out(conn, ACK); in tcp_data_received() 2838 tcp_out(conn, RST); in tcp_in() 2876 tcp_out(conn, RST); in tcp_in() 2891 tcp_out(conn, RST); in tcp_in() 2933 tcp_out(conn, SYN | ACK); in tcp_in() 3039 tcp_out(conn, ACK); in tcp_in() [all …]
|