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

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp62 /** Converts a pointer to DRVTCP::IMedia to a PDRVTCP. */
63 #define PDMISTREAM_2_DRVTCP(pInterface) ( (PDRVTCP)((uintptr_t)pInterface - RT_OFFSETOF(DRVTCP, IStream)) )
73 typedef struct DRVTCP struct
93 } DRVTCP, *PDRVTCP; typedef in typeref:struct:DRVTCP
464 sizeof(DRVTCP),

Completed in 43 milliseconds