Searched refs:MIB_IPFORWARDTABLE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dipmib.h102 } MIB_IPFORWARDTABLE, *PMIB_IPFORWARDTABLE; typedef in typeref:struct:_MIB_IPFORWARDTABLE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Diprtrmib.h263 } MIB_IPFORWARDTABLE, *PMIB_IPFORWARDTABLE; typedef in typeref:struct:_MIB_IPFORWARDTABLE
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp67 DWORD dwSize = sizeof(MIB_IPFORWARDTABLE) * 20;
71 pIpTable = (MIB_IPFORWARDTABLE *)RTMemAlloc(dwSize);
75 pIpTable = (MIB_IPFORWARDTABLE *)RTMemAlloc(dwSize);

Completed in 285 milliseconds