Home
last modified time | relevance | path

Searched defs:_ESL_PORT (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h407 typedef struct _ESL_PORT { struct
408 UINTN Signature; ///< Structure identification
413 ESL_PORT * pLinkService; ///< Link in service port list
414 ESL_PORT * pLinkSocket; ///< Link in socket port list
419 ESL_SERVICE * pService; ///< Service for this port
420 ESL_SOCKET * pSocket; ///< Socket for this port
425 EFI_SERVICE_BINDING_PROTOCOL * pServiceBinding; ///< Service binding for network layer
426 CONST ESL_SOCKET_BINDING * pSocketBinding; ///< Socket binding for network layer
431 EFI_HANDLE Handle; ///< Network port handle
432 PORT_STATE State; ///< State of the port
[all …]