Home
last modified time | relevance | path

Searched refs:NETIF_ADDR_IDX_MAX (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dnetif.h242 #define NETIF_ADDR_IDX_MAX 0x7FFF macro
245 #define NETIF_ADDR_IDX_MAX 0x7F macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Detharp.c128 #if (ARP_TABLE_SIZE > NETIF_ADDR_IDX_MAX)
961 LWIP_ASSERT("type overflow", (size_t)i_err < NETIF_ADDR_IDX_MAX);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dnd6.c1954 LWIP_ASSERT("type overflow", (size_t)dst_idx < NETIF_ADDR_IDX_MAX); in nd6_get_next_hop_entry()
1961 LWIP_ASSERT("type overflow", (size_t)dst_idx < NETIF_ADDR_IDX_MAX); in nd6_get_next_hop_entry()