Searched refs:HostNetworkInterface (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/src-server/os2/
H A DNetIf-os2.cpp31 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
36 int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
46 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf)
52 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf)
/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp39 HostNetworkInterface::HostNetworkInterface() function in class:HostNetworkInterface
44 HostNetworkInterface::~HostNetworkInterface()
48 HRESULT HostNetworkInterface::FinalConstruct()
53 void HostNetworkInterface::FinalRelease()
69 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, Bstr aShortName, Guid aGuid, HostNetworkInterfaceType_T ifType)
95 void HostNetworkInterface::i_registerMetrics(PerformanceCollector *aCollector, ComPtr<IUnknown> objptr)
144 void HostNetworkInterface::i_unregisterMetrics(PerformanceCollector *aCollector, ComPtr<IUnknown> objptr)
157 HRESULT HostNetworkInterface
[all...]
H A DHostImpl.cpp567 static int vboxNetWinAddComponent(std::list< ComObjPtr<HostNetworkInterface> > *pPist,
586 ComObjPtr<HostNetworkInterface> iface;
633 std::list<ComObjPtr<HostNetworkInterface> > list;
639 ComObjPtr<HostNetworkInterface> IfObj;
774 ComObjPtr<HostNetworkInterface> IfObj;
788 for (std::list<ComObjPtr<HostNetworkInterface> >::const_iterator it = list.begin(); it != list.end(); ++it, ++i)
1500 ComObjPtr<HostNetworkInterface> found;
1511 HostNetworkInterface::tr("The host network interface with the given name could not be found"));
1535 ComObjPtr<HostNetworkInterface> found;
1546 HostNetworkInterface
[all...]
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp82 static int NetIfAdpCtl(HostNetworkInterface * pIf, const char *pszAddr, const char *pszOption, const char *pszMask)
134 int NetIfEnableStaticIpConfig(VirtualBox * /* vBox */, HostNetworkInterface * pIf, ULONG aOldIp, ULONG aNewIp, ULONG aMask)
159 int NetIfEnableStaticIpConfigV6(VirtualBox * /* vBox */, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address,
177 int NetIfEnableDynamicIpConfig(VirtualBox * /* vBox */, HostNetworkInterface * /* pIf */)
210 HostNetworkInterface::getStaticComponentName(),
240 HostNetworkInterface::getStaticComponentName(),
259 HostNetworkInterface::getStaticComponentName(),
266 ComObjPtr<HostNetworkInterface> iface;
278 HostNetworkInterface::getStaticComponentName(),
289 HostNetworkInterface
[all...]
/vbox/src/VBox/Main/include/
H A Dnetif.h86 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list);
87 int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG aNewIp, ULONG aMask);
88 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
89 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf);
92 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *);
96 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf);
H A DHostNetworkInterfaceImpl.h31 class ATL_NO_VTABLE HostNetworkInterface : class in inherits:HostNetworkInterfaceWrap
36 DECLARE_EMPTY_CTOR_DTOR(HostNetworkInterface)
114 typedef std::list<ComObjPtr<HostNetworkInterface> > HostNetworkInterfaceList;
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp130 std::list<ComObjPtr<HostNetworkInterface> > *pList =
131 (std::list<ComObjPtr<HostNetworkInterface> > *)pvHostNetworkInterfaceList;
298 ComObjPtr<HostNetworkInterface> IfObj;
360 static bool vboxSolarisSortNICList(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2)
371 static bool vboxSolarisSameNIC(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2)
422 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
525 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp242 ComObjPtr<HostNetworkInterface> iface;
938 static int vboxNetWinAddComponent(std::list<ComObjPtr<HostNetworkInterface> > * pPist,
966 ComObjPtr<HostNetworkInterface> iface;
991 static int netIfListHostAdapters(std::list<ComObjPtr<HostNetworkInterface> > &list)
1056 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *pInfo)
1138 ComObjPtr<HostNetworkInterface> iface;
1214 int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG ip, ULONG mask)
1275 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address,
1337 int NetIfEnableDynamicIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf)
1396 int NetIfDhcpRediscover(VirtualBox *vBox, HostNetworkInterface * pI
[all...]
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp213 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
244 ComObjPtr<HostNetworkInterface> IfObj;
/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp57 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
136 ComObjPtr<HostNetworkInterface> IfObj;
276 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
409 ComObjPtr<HostNetworkInterface> IfObj;
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp177 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
290 ComObjPtr<HostNetworkInterface> IfObj;

Completed in 78 milliseconds