Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dtcp.h74 #define TCP_RST 0x04U macro
/third_party/lwip/src/core/
Dtcp_in.c576 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {
636 if (flags & TCP_RST) {
746 if (flags & TCP_RST) {
799 if (flags & TCP_RST) {
Dtcp_out.c1012 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()
1336 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()
2001 remote_port, TCP_RST | TCP_ACK, wnd); in tcp_rst()
Dtcp.c2464 if (flags & TCP_RST) { in tcp_debug_print_flags()
/third_party/lwip/src/netif/ppp/
Dvj.c191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()