Searched defs:ESL_PORT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.h47 #define PORT_SIGNATURE SIGNATURE_32 ('P','o','r','t') ///< ESL_PORT memory signature
97 typedef struct _ESL_PORT ESL_PORT; ///< Forward declaration typedef in typeref:struct:_ESL_PORT
203 ESL_PORT * pPortList; ///< List of ports using this service
213 ESL_PORT * pPort; ///< Port structure address
316 ESL_PORT * pLinkService; ///< Link in service port list
317 ESL_PORT * pLinkSocket; ///< Link in socket port list
441 @param [in] pPort Address of an ::ESL_PORT structure.
449 IN ESL_PORT * pPort,
460 @param [in] ppPort Address of an ESL_PORT structure
478 IN ESL_PORT * pPor
[all...]

Completed in 35 milliseconds