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