Searched refs:arp_entry (Results 1 – 4 of 4) sorted by relevance
29 static struct arp_entry arp_entries[CONFIG_NET_ARP_TABLE_SIZE];45 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()67 static struct arp_entry *arp_entry_find(sys_slist_t *list, in arp_entry_find()72 struct arp_entry *entry; in arp_entry_find()95 static inline struct arp_entry *arp_entry_find_move_first(struct net_if *iface, in arp_entry_find_move_first()99 struct arp_entry *entry; in arp_entry_find_move_first()120 struct arp_entry *arp_entry_find_pending(struct net_if *iface, in arp_entry_find_pending()128 static struct arp_entry *arp_entry_get_pending(struct net_if *iface, in arp_entry_get_pending()132 struct arp_entry *entry; in arp_entry_get_pending()149 static struct arp_entry *arp_entry_get_free(void) in arp_entry_get_free()[all …]
56 struct arp_entry { struct65 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()
295 static void arp_cb(struct arp_entry *entry, void *user_data) in arp_cb()