VirtualBox

Changeset 17358 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
Mar 4, 2009 5:42:18 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43755
Message:

Main: ip setter API adjustment, implementation for win

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/NetIfList-linux.cpp

    r17275 r17358  
    159159}
    160160
     161int NetIfEnableStaticIpConfig(HostNetworkInterface * pIf, ULONG ip, ULONG mask, ULONG gw)
     162{
     163    return VERR_NOT_IMPLEMENTED;
     164}
    161165
     166int NetIfEnableStaticIpConfigV6(HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength, IN_BSTR aIPV6DefaultGateway)
     167{
     168    return VERR_NOT_IMPLEMENTED;
     169}
     170
     171int NetIfEnableDynamicIpConfig(HostNetworkInterface * pIf)
     172{
     173    return VERR_NOT_IMPLEMENTED;
     174}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette