VirtualBox

Changeset 50186 in vbox


Ignore:
Timestamp:
Jan 23, 2014 4:36:27 PM (11 years ago)
Author:
vboxsync
Message:

lwip: Sync with git master up to
commit 8ae472821f680445e9b6cf86262fdcf80fffb92c
Date: Fri Jan 17 22:19:12 2014 +0100

autoip_remove_struct: added.

This change doesn't affect VBox, same object code is generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/autoip.h

    r47886 r50186  
    9595void autoip_set_struct(struct netif *netif, struct autoip *autoip);
    9696
     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
    97100/** Start AutoIP client */
    98101err_t autoip_start(struct netif *netif);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette