Changeset 50186 in vbox
- Timestamp:
- Jan 23, 2014 4:36:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/autoip.h
r47886 r50186 95 95 void autoip_set_struct(struct netif *netif, struct autoip *autoip); 96 96 97 /** Remove a struct autoip previously set to the netif using autoip_set_struct() */ 98 #define autoip_remove_struct(netif) do { (netif)->autoip = NULL; } while (0) 99 97 100 /** Start AutoIP client */ 98 101 err_t autoip_start(struct netif *netif);
Note:
See TracChangeset
for help on using the changeset viewer.