Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dautoip.c75 #ifndef LWIP_AUTOIP_RAND
76 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ macro
313 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()
409 autoip->ttw = (u16_t)((LWIP_AUTOIP_RAND(netif) % in autoip_tmr()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A 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()
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dautoip.c89 #ifndef LWIP_AUTOIP_RAND
90 #define LWIP_AUTOIP_RAND(netif) ( (((u32_t)((netif->hwaddr[5]) & 0xff) << 24) | \ macro
348 autoip->ttw = (u16_t)(LWIP_AUTOIP_RAND(netif) % (PROBE_WAIT * AUTOIP_TICKS_PER_SECOND)); in autoip_start_probing()
426 netif->autoip->ttw = (u16_t)((LWIP_AUTOIP_RAND(netif) % in autoip_tmr()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2325 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3281 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3534 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute

Completed in 222 milliseconds