Home
last modified time | relevance | path

Searched defs:tcpTCP_FLAG_RST (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_IP.h86 #define tcpTCP_FLAG_RST ( ( uint8_t ) 0x04U ) /**< Reset the connecti… macro
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.c75 #define tcpTCP_FLAG_RST 0x0004u /* Reset the connection */ macro