Home
last modified time | relevance | path

Searched refs:TCP_RST (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp_state.c126 EXPECT(tcp_flags & TCP_RST); in test_rst_generation_with_incoming_packet()
465 pcb->local_port, NULL, 0, 12345, pcb->snd_nxt-10, TCP_RST); in START_TEST()
472 pcb->local_port, NULL, 0, 12345, pcb->snd_nxt, TCP_RST); in START_TEST()
487 pcb->local_port, NULL, 0, pcb->rcv_nxt-10, 54321, TCP_RST); in START_TEST()
494 pcb->local_port, NULL, 0, pcb->rcv_nxt, 54321, TCP_RST); in START_TEST()
632 lpcb->local_port, NULL, 0, 1001, 54321, TCP_RST); in START_TEST()
/lib/lwip/lwip/src/include/lwip/prot/
A Dtcp.h74 #define TCP_RST 0x04U macro
/lib/lwip/lwip/src/core/
A Dtcp_in.c576 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {
636 if (flags & TCP_RST) {
749 if (flags & TCP_RST) {
802 if (flags & TCP_RST) {
A Dtcp_out.c1015 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()
1331 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()
1992 remote_port, TCP_RST | TCP_ACK, wnd); in tcp_rst_common()
A Dtcp.c2470 if (flags & TCP_RST) { in tcp_debug_print_flags()
/lib/lwip/lwip/src/netif/ppp/
A Dvj.c191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()

Completed in 22 milliseconds