VirtualBox

Changeset 17443 in vbox for trunk/src/VBox/Main/solaris


Ignore:
Timestamp:
Mar 6, 2009 9:56:18 AM (16 years ago)
Author:
vboxsync
Message:

#3656: Moved IP config function stubs from solaris, darwin and linux to Main/generic for common implementation.

File:
1 edited

Legend:

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

    r17419 r17443  
    382382}
    383383#endif
    384 
    385 int NetIfEnableStaticIpConfig(HostNetworkInterface * pIf, ULONG ip, ULONG mask)
    386 {
    387     return VERR_NOT_IMPLEMENTED;
    388 }
    389 
    390 int NetIfEnableStaticIpConfigV6(HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
    391 {
    392     return VERR_NOT_IMPLEMENTED;
    393 }
    394 
    395 int NetIfEnableDynamicIpConfig(HostNetworkInterface * pIf)
    396 {
    397     return VERR_NOT_IMPLEMENTED;
    398 }
Note: See TracChangeset for help on using the changeset viewer.

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