Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DTcp4.c1974 if ( pSocket->MaxTxBuf > *pTxBytes ) { in EslTcp4TxBuffer()
1979 pSocket->MaxTxBuf, in EslTcp4TxBuffer()
2095 pSocket->MaxTxBuf, in EslTcp4TxBuffer()
DSocket.c972 pSocket->MaxTxBuf = MAX_TX_DATA; in EslSocketAllocate()
2890 pOptionData = (CONST UINT8 *)&pSocket->MaxTxBuf; in EslSocketOptionGet()
2891 LengthInBytes = sizeof ( pSocket->MaxTxBuf ); in EslSocketOptionGet()
3123 pOptionData = (UINT8 *)&pSocket->MaxTxBuf; in EslSocketOptionSet()
3124 LengthInBytes = sizeof ( pSocket->MaxTxBuf ); in EslSocketOptionSet()
DTcp6.c2043 if ( pSocket->MaxTxBuf > *pTxBytes ) { in EslTcp6TxBuffer()
2048 pSocket->MaxTxBuf, in EslTcp6TxBuffer()
2164 pSocket->MaxTxBuf, in EslTcp6TxBuffer()
DSocket.h1070 UINT32 MaxTxBuf; ///< Maximum size of the transmit buffer member
DUdp4.c801 if ( pSocket->MaxTxBuf > *pTxBytes ) { in EslUdp4TxBuffer()
DIp4.c938 if ( pSocket->MaxTxBuf > *pTxBytes ) { in EslIp4TxBuffer()
DUdp6.c846 if ( pSocket->MaxTxBuf > *pTxBytes ) { in EslUdp6TxBuffer()