Searched refs:xBytes (Results 1 – 1 of 1) sorted by relevance
1255 BaseType_t xBytes; in prvGetHostByNameOp() local1307 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()