Searched refs:arp_entry (Results 1 – 4 of 4) sorted by relevance
28 static struct arp_entry arp_entries[CONFIG_NET_ARP_TABLE_SIZE];44 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()66 static struct arp_entry *arp_entry_find(sys_slist_t *list, in arp_entry_find()71 struct arp_entry *entry; in arp_entry_find()91 static inline struct arp_entry *arp_entry_find_move_first(struct net_if *iface, in arp_entry_find_move_first()95 struct arp_entry *entry; in arp_entry_find_move_first()116 struct arp_entry *arp_entry_find_pending(struct net_if *iface, in arp_entry_find_pending()124 static struct arp_entry *arp_entry_get_pending(struct net_if *iface, in arp_entry_get_pending()128 struct arp_entry *entry; in arp_entry_get_pending()145 static struct arp_entry *arp_entry_get_free(void) in arp_entry_get_free()[all …]
55 struct arp_entry { struct64 typedef void (*net_arp_cb_t)(struct arp_entry *entry, argument
18 static void arp_cb(struct arp_entry *entry, void *user_data) in arp_cb()
309 static void arp_cb(struct arp_entry *entry, void *user_data) in arp_cb()