Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c2850 pOptionData = (CONST UINT8 *)&pSocket->bOobInLine; in EslSocketOptionGet()
2851 LengthInBytes = sizeof ( pSocket->bOobInLine ); in EslSocketOptionGet()
2858 pOptionData = (CONST UINT8 *)&pSocket->bOobInLine; in EslSocketOptionGet()
2859 LengthInBytes = sizeof ( pSocket->bOobInLine ); in EslSocketOptionGet()
3063 pOptionData = (UINT8 *)&pSocket->bOobInLine; in EslSocketOptionSet()
3064 LengthInBytes = sizeof ( pSocket->bOobInLine ); in EslSocketOptionSet()
3068 pOptionData = (UINT8 *)&pSocket->bOobInLine; in EslSocketOptionSet()
3069 LengthInBytes = sizeof ( pSocket->bOobInLine ); in EslSocketOptionSet()
4833 && ( !pSocket->bOobInLine )); in EslSocketRxComplete()
DSocket.h1014 …BOOLEAN bOobInLine; ///< TRUE if out-of-band messages are to be received inline with no… member
DTcp4.c1953 && ( !pSocket->bOobInLine ) in EslTcp4TxBuffer()
DTcp6.c2022 && ( !pSocket->bOobInLine ) in EslTcp6TxBuffer()