Changeset 50196 in vbox for trunk/src/VBox/Main/src-server/os2
- Timestamp:
- Jan 23, 2014 6:15:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/os2/NetIf-os2.cpp
r44529 r50196 34 34 } 35 35 36 int NetIfEnableStaticIpConfig(VirtualBox *pV box, HostNetworkInterface * pIf, ULONG ip, ULONG mask)36 int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask) 37 37 { 38 38 return VERR_NOT_IMPLEMENTED; 39 39 } 40 40 41 int NetIfEnableStaticIpConfigV6(VirtualBox *pV box, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) 42 42 { 43 43 return VERR_NOT_IMPLEMENTED; 44 44 } 45 45 46 int NetIfEnableDynamicIpConfig(VirtualBox *pV box, HostNetworkInterface * pIf)46 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf) 47 47 { 48 48 return VERR_NOT_IMPLEMENTED; … … 50 50 51 51 52 int NetIfDhcpRediscover(VirtualBox *pV box, HostNetworkInterface * pIf)52 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf) 53 53 { 54 54 return VERR_NOT_IMPLEMENTED; 55 55 } 56
Note:
See TracChangeset
for help on using the changeset viewer.