- Timestamp:
- Aug 5, 2016 4:50:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/core/netif.c
r63011 r63056 888 888 netif_create_ip6_linklocal_address(struct netif * netif, u8_t from_mac_48bit) 889 889 { 890 #ifndef VBOX891 u8_t i, addr_index;892 #else893 890 u8_t i; 894 #endif895 891 896 892 /* Link-local prefix. */
Note:
See TracChangeset
for help on using the changeset viewer.