Searched defs:autoip (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dautoip.h81 struct autoip struct
94 /** Set a struct autoip allocated by the application to work with */
95 void autoip_set_struct(struct netif *netif, struct autoip *autoip);
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)
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dautoip.c52 * that should be defined in autoip.h.
73 #include "lwip/autoip.h"
94 (netif->autoip?netif->autoip->tried_llipaddr:0))
126 /** Set a statically allocated struct autoip to work with.
129 * @param netif the netif for which to set the struct autoip
133 autoip_set_struct(struct netif *netif, struct autoip *autoip) argument
136 LWIP_ASSERT("autoip != NULL", autoip !
257 struct autoip *autoip = netif->autoip; local
287 struct autoip *autoip = netif->autoip; local
335 struct autoip *autoip = netif->autoip; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetif.h50 struct autoip;
71 * by dhcp/autoip when an address has been assigned.
213 struct autoip *autoip; member in struct:netif

Completed in 33 milliseconds