TCP_RST is only used within LwIP.
 
Symbols
loading...
Files
loading...

TCP_RST macro

Syntax

#define TCP_RST 0x04U

References

LocationText
tcp.h:74
#define TCP_RST 0x04U
tcp_in.c:576
if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {
tcp_in.c:636
if (flags & TCP_RST) {
tcp_in.c:746
if (flags & TCP_RST) {
tcp_in.c:799
if (flags & TCP_RST) {
tcp_out.c:1011
if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) {
tcp_out.c:1335
(TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0);
tcp_out.c:2000
remote_port, TCP_RST | TCP_ACK, wnd);