Home
last modified time | relevance | path

Searched refs:LWIP_AUTOIP_RAND (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dautoip.c75 #ifndef LWIP_AUTOIP_RAND
76 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ macro
314 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()
/third_party/lwip/
DCHANGELOG3534 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute