Searched refs:LWIP_AUTOIP_RAND (Results 1 – 2 of 2) sorted by relevance
89 #ifndef LWIP_AUTOIP_RAND90 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ macro356 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()434 netif->autoip->ttw = (u16_t)((LWIP_AUTOIP_RAND(netif) % in autoip_tmr()
2036 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute