Searched refs:arp_table (Results 1 – 1 of 1) sorted by relevance
| /subsys/net/l2/ethernet/ |
| A D | arp.c | 33 static sys_slist_t arp_table; variable 103 entry = arp_entry_find(&arp_table, iface, dst, &prev); in arp_entry_find_move_first() 110 if (&entry->node != sys_slist_peek_head(&arp_table)) { in arp_entry_find_move_first() 111 sys_slist_remove(&arp_table, prev, &entry->node); in arp_entry_find_move_first() 112 sys_slist_prepend(&arp_table, &entry->node); in arp_entry_find_move_first() 172 node = sys_slist_peek_tail(&arp_table); in arp_entry_get_last_from_table() 177 sys_slist_find_and_remove(&arp_table, node); in arp_entry_get_last_from_table() 683 sys_slist_prepend(&arp_table, &arp_ent->node); in net_arp_update() 696 sys_slist_prepend(&arp_table, &entry->node); in net_arp_update() 937 sys_slist_remove(&arp_table, prev, &entry->node); in net_arp_clear_cache() [all …]
|
Completed in 4 milliseconds