Searched refs:tcpNOW_CONNECTED (Results 1 – 2 of 2) sorted by relevance
128 #define tcpNOW_CONNECTED( status ) \ macro
288 …BaseType_t bBefore = tcpNOW_CONNECTED( ( BaseType_t ) pxSocket->u.xTCP.eTCPState ); /* Was it conn… in vTCPStateChange()289 …BaseType_t bAfter = tcpNOW_CONNECTED( ( BaseType_t ) eTCPState ); /* Is it conne… in vTCPStateChange()