Home
last modified time | relevance | path

Searched refs:xBytes (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS.c1255 BaseType_t xBytes; in prvGetHostByNameOp() local
1307 xBytes = DNS_ReadReply( xDNSSocket, in prvGetHostByNameOp()
1312 ( ( xBytes == -pdFREERTOS_ERRNO_EWOULDBLOCK ) || in prvGetHostByNameOp()
1313 ( xBytes == 0 ) ) ) in prvGetHostByNameOp()
1339 if( xBytes > 0 ) in prvGetHostByNameOp()
1341 xReceiveBuffer.uxPayloadLength = ( size_t ) xBytes; in prvGetHostByNameOp()