Searched refs:PNETIFINFO (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A Dnetif.h81 typedef NETIFINFO *PNETIFINFO; typedef
93 int NetIfGetConfigByName(PNETIFINFO pInfo);
/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp78 PNETIFINFO pNew = (PNETIFINFO)RTMemAllocZ(RT_OFFSETOF(NETIFINFO, szName[cbNameLen]));
176 void extractAddressesToNetInfo(int iAddrMask, caddr_t cp, caddr_t cplim, PNETIFINFO pInfo)
344 PNETIFINFO pNew = (PNETIFINFO)RTMemAllocZ(RT_OFFSETOF(NETIFINFO, szName[cbNameLen]));
433 int NetIfGetConfigByName(PNETIFINFO pInfo)
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp145 void extractAddressesToNetInfo(int iAddrMask, caddr_t cp, caddr_t cplim, PNETIFINFO pInfo)
238 PNETIFINFO pNew = (PNETIFINFO)RTMemAllocZ(RT_OFFSETOF(NETIFINFO, szName[cbNameLen]));
312 int NetIfGetConfigByName(PNETIFINFO pInfo)
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp124 static int getInterfaceInfo(int iSocket, const char *pszName, PNETIFINFO pInfo)
273 int NetIfGetConfigByName(PNETIFINFO pInfo)
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp247 PNETIFINFO pInfo = (PNETIFINFO)RTMemAllocZ(RT_OFFSETOF(NETIFINFO, szName[cbNameLen]));
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp118 static void queryIfaceSpeed(PNETIFINFO pInfo)
531 int NetIfGetConfigByName(PNETIFINFO pInfo)
/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp193 HRESULT HostNetworkInterface::init(Bstr aInterfaceName, HostNetworkInterfaceType_T ifType, PNETIFINFO pIf)
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp93 static int collectNetIfInfo(Bstr &strName, Guid &guid, PNETIFINFO pInfo, int iDefault)
1081 int NetIfGetConfigByName(PNETIFINFO)

Completed in 57 milliseconds