Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/prot/
H A Dtcp.h74 #define TCP_RST 0x04U macro
/minix/minix/lib/liblwip/dist/src/core/
H A Dtcp_in.c517 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {
551 if (flags & TCP_RST) {
651 if (flags & TCP_RST) {
699 if (flags & TCP_RST) {
H A Dtcp_out.c147 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()
1094 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()
1364 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()
H A Dtcp.c2120 if (flags & TCP_RST) { in tcp_debug_print_flags()
/minix/minix/lib/liblwip/dist/src/netif/ppp/
H A Dvj.c191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()