Changeset 50210 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Jan 24, 2014 3:22:56 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/include/lwip/netifapi.h
r47886 r50210 97 97 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) 98 98 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) 99 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL) 100 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew) 101 #define netifapi_dhcp_release(n) netifapi_netif_common(n, NULL, dhcp_release) 99 102 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start) 100 103 #define netifapi_autoip_stop(n) netifapi_netif_common(n, NULL, autoip_stop)
Note:
See TracChangeset
for help on using the changeset viewer.