X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/e439c096b053eb1ba983d1ababc01ddf856825fc..dba28dfec5d16e85f3a57514ab542601adae71be:/l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h diff --git a/l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h b/l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h index 5b77c5e8a..e62b72e8c 100644 --- a/l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h +++ b/l4/pkg/ankh/lib/lwip/lib/contrib/src/include/ipv4/lwip/autoip.h @@ -80,7 +80,7 @@ extern "C" { struct autoip { - ip_addr_t llipaddr; /* the currently selected, probed, announced or used LL IP-Address */ + ip_addr_t llipaddr; /* the currently selected, probed, announced or used LL IP-Address */ u8_t state; /* current AutoIP state machine state */ u8_t sent_num; /* sent number of probes or announces, dependent on state */ u16_t ttw; /* ticks to wait, tick is AUTOIP_TMR_INTERVAL long */ @@ -89,8 +89,7 @@ struct autoip }; -/** Init srand, has to be called before entering mainloop */ -void autoip_init(void); +#define autoip_init() /* Compatibility define, no init needed. */ /** Set a struct autoip allocated by the application to work with */ void autoip_set_struct(struct netif *netif, struct autoip *autoip);