Searched refs:TxOobBytes (Results 1 – 4 of 4) sorted by relevance
1033 size_t TxOobBytes; ///< Urgent Tx bytes member
1960 pTxBytes = &pSocket->TxOobBytes; in EslTcp4TxBuffer()2212 pSocket->TxOobBytes -= LengthInBytes; in EslTcp4TxOobComplete()
2029 pTxBytes = &pSocket->TxOobBytes; in EslTcp6TxBuffer()2281 pSocket->TxOobBytes -= LengthInBytes; in EslTcp6TxOobComplete()
3414 if (( MAX_TX_DATA > pSocket->TxOobBytes ) in EslSocketPoll()