Searched refs:pxLowHighWater (Results 1 – 1 of 1) sorted by relevance
2554 const LowHighWater_t * pxLowHighWater = ( const LowHighWater_t * ) pvOptionValue; in prvSetOptionLowHighWater() local2561 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()