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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp75 typedef struct INTNETMACTABENTRY struct
90 } INTNETMACTABENTRY; typedef in typeref:struct:INTNETMACTABENTRY
92 typedef INTNETMACTABENTRY *PINTNETMACTABENTRY;
232 * This is shadowed by INTNETMACTABENTRY::MacAddr. */
239 * This is shadowed by INTNETMACTABENTRY::fActive. */
2017 PINTNETMACTABENTRY paNew = (PINTNETMACTABENTRY)RTMemAlloc(sizeof(INTNETMACTABENTRY) * cAllocated);
6108 pNetwork->MacTab.paEntries = (PINTNETMACTABENTRY)RTMemAlloc(sizeof(INTNETMACTABENTRY) * pNetwork->MacTab.cEntriesAllocated);

Completed in 44 milliseconds