VirtualBox

Ignore:
Timestamp:
Jan 24, 2014 3:22:56 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91781
Message:

lwip: Sync with git master up to
commit 33086e6db049c3a2f78e21b39e6286ea0d68678e
Date: Sat Jan 18 22:48:15 2014 +0100

netifapi.h: provide missing thread-safe dhcp calls.

File:
1 edited

Legend:

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

    r47886 r50210  
    9797#define netifapi_dhcp_start(n)        netifapi_netif_common(n, NULL, dhcp_start)
    9898#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)
    99102#define netifapi_autoip_start(n)      netifapi_netif_common(n, NULL, autoip_start)
    100103#define netifapi_autoip_stop(n)       netifapi_netif_common(n, NULL, autoip_stop)
Note: See TracChangeset for help on using the changeset viewer.

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