Lines Matching refs:ARP_TABLE_SIZE
120 static struct etharp_entry arp_table[ARP_TABLE_SIZE];
143 #if (LWIP_ARP && (ARP_TABLE_SIZE > 0x7f))
144 #error "ARP_TABLE_SIZE must fit in an s8_t, you have to reduce it in your lwipopts.h"
212 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
268 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE;
269 s8_t empty = ARP_TABLE_SIZE;
272 s8_t old_queue = ARP_TABLE_SIZE;
291 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
294 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) {
344 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) {
359 if (empty < ARP_TABLE_SIZE) {
364 if (old_stable < ARP_TABLE_SIZE) {
371 } else if (old_pending < ARP_TABLE_SIZE) {
376 } else if (old_queue < ARP_TABLE_SIZE) {
387 LWIP_ASSERT("i < ARP_TABLE_SIZE", i < ARP_TABLE_SIZE);
391 LWIP_ASSERT("i < ARP_TABLE_SIZE", i < ARP_TABLE_SIZE);
583 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
948 if (etharp_cached_entry < ARP_TABLE_SIZE) {
963 for (i = 0; i < ARP_TABLE_SIZE; i++) {