Changeset 63256 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 10, 2016 12:04:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/netif.h
r62485 r63256 89 89 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength); 90 90 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf); 91 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVBox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pcszName = NULL);92 int NetIfRemoveHostOnlyNetworkInterface 91 int NetIfCreateHostOnlyNetworkInterface(VirtualBox *pVBox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pszName = NULL); 92 int NetIfRemoveHostOnlyNetworkInterface(VirtualBox *pVBox, IN_GUID aId, IProgress **aProgress); 93 93 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *); 94 94 int NetIfGetConfigByName(PNETIFINFO pInfo); 95 int NetIfGetState(const char *p cszIfName, NETIFSTATUS *penmState);96 int NetIfGetLinkSpeed(const char *p cszIfName, uint32_t *puMbits);95 int NetIfGetState(const char *pszIfName, NETIFSTATUS *penmState); 96 int NetIfGetLinkSpeed(const char *pszIfName, uint32_t *puMbits); 97 97 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf); 98 int NetIfAdpCtlOut(const char * pcszName, const char * pcszCmd, char *pszBuffer, size_t cBufSize);98 int NetIfAdpCtlOut(const char *pszName, const char *pszCmd, char *pszBuffer, size_t cBufSize); 99 99 100 100 DECLINLINE(Bstr) composeIPv6Address(PRTNETADDRIPV6 aAddrPtr)
Note:
See TracChangeset
for help on using the changeset viewer.