Searched refs:AUTOIP_RANGE_START (Results 1 – 1 of 1) sorted by relevance
82 #define AUTOIP_RANGE_START (AUTOIP_NET | 0x0100) macro103 htonl(AUTOIP_RANGE_START + ((u32_t)(((u8_t)(netif->hwaddr[4])) | \207 if (addr < AUTOIP_RANGE_START) { in autoip_create_addr()208 addr += AUTOIP_RANGE_END - AUTOIP_RANGE_START + 1; in autoip_create_addr()211 addr -= AUTOIP_RANGE_END - AUTOIP_RANGE_START + 1; in autoip_create_addr()213 LWIP_ASSERT("AUTOIP address not in range", (addr >= AUTOIP_RANGE_START) && in autoip_create_addr()
Completed in 2 milliseconds