Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h1057 struct timeval RxTimeout; ///< Receive timeout member
DSocket.c2866 pOptionData = (CONST UINT8 *)&pSocket->RxTimeout; in EslSocketOptionGet()
2867 LengthInBytes = sizeof ( pSocket->RxTimeout ); in EslSocketOptionGet()
3096 pOptionData = (UINT8 *)&pSocket->RxTimeout; in EslSocketOptionSet()
3097 LengthInBytes = sizeof ( pSocket->RxTimeout ); in EslSocketOptionSet()