Home
last modified time | relevance | path

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

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