Home
last modified time | relevance | path

Searched refs:arp_entry (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Darp.c28 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 …]
Darp.h55 struct arp_entry { struct
64 typedef void (*net_arp_cb_t)(struct arp_entry *entry, argument
/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Darp.c18 static void arp_cb(struct arp_entry *entry, void *user_data) in arp_cb()
/Zephyr-Core-3.7.0/tests/net/arp/src/
Dmain.c309 static void arp_cb(struct arp_entry *entry, void *user_data) in arp_cb()