Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp_in.c408 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) { in tcp_input()
445 if (flags & TCP_RST) { in tcp_listen_input()
536 if (flags & TCP_RST) { in tcp_timewait_input()
584 if (flags & TCP_RST) { in tcp_process()
A Dtcp_out.c133 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()
965 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()
1214 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()
A Dtcp.c1672 if (flags & TCP_RST) { in tcp_debug_print_flags()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h104 #define TCP_RST 0x04U macro
/lk-master/external/lib/lwip/netif/ppp/
A Dvj.c167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()

Completed in 15 milliseconds