Searched defs:tcpTCP_FLAG_ACK (Results 1 – 2 of 2) sorted by relevance
88 #define tcpTCP_FLAG_ACK ( ( uint8_t ) 0x10U ) /**< Acknowledgment fie… macro
77 #define tcpTCP_FLAG_ACK 0x0010u /* Acknowledgment field is significant */ macro