Searched defs:tcpTCP_FLAG_RST (Results 1 – 2 of 2) sorted by relevance
86 #define tcpTCP_FLAG_RST ( ( uint8_t ) 0x04U ) /**< Reset the connecti… macro
75 #define tcpTCP_FLAG_RST 0x0004u /* Reset the connection */ macro