Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c2554 const LowHighWater_t * pxLowHighWater = ( const LowHighWater_t * ) pvOptionValue; in prvSetOptionLowHighWater() local
2561 else if( ( pxLowHighWater->uxLittleSpace >= pxLowHighWater->uxEnoughSpace ) || in prvSetOptionLowHighWater()
2562 ( pxLowHighWater->uxEnoughSpace > pxSocket->u.xTCP.uxRxStreamSize ) ) in prvSetOptionLowHighWater()
2570 pxSocket->u.xTCP.uxLittleSpace = pxLowHighWater->uxLittleSpace; in prvSetOptionLowHighWater()
2572 pxSocket->u.xTCP.uxEnoughSpace = pxLowHighWater->uxEnoughSpace; in prvSetOptionLowHighWater()