Changeset 17358 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Mar 4, 2009 5:42:18 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/NetIfList-linux.cpp
r17275 r17358 159 159 } 160 160 161 int NetIfEnableStaticIpConfig(HostNetworkInterface * pIf, ULONG ip, ULONG mask, ULONG gw) 162 { 163 return VERR_NOT_IMPLEMENTED; 164 } 161 165 166 int NetIfEnableStaticIpConfigV6(HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength, IN_BSTR aIPV6DefaultGateway) 167 { 168 return VERR_NOT_IMPLEMENTED; 169 } 170 171 int NetIfEnableDynamicIpConfig(HostNetworkInterface * pIf) 172 { 173 return VERR_NOT_IMPLEMENTED; 174 }
Note:
See TracChangeset
for help on using the changeset viewer.