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

/vbox/src/VBox/Devices/Network/
H A DDrvVDE.cpp59 typedef struct DRVVDE struct
103 } DRVVDE, *PDRVVDE; typedef in typeref:struct:DRVVDE
107 #define PDMINETWORKUP_2_DRVVDE(pInterface) ( (PDRVVDE)((uintptr_t)pInterface - RT_OFFSETOF(DRVVDE, INetworkUp)) )
299 * @param pvUser Pointer to a DRVVDE structure.
646 sizeof(DRVVDE),

Completed in 42 milliseconds