Home
last modified time | relevance | path

Searched refs:_arp_entry (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dconfig.h76 struct _arp_entry { struct
83 TAILQ_ENTRY(_arp_entry) link; argument
87 struct _arp_entry *ent[MAX_ARP_ENTRY];
89 TAILQ_HEAD(, _arp_entry) list;
/mOS-networking-stack/core/src/
H A Dconfig.c308 struct _arp_entry *ent = calloc(1, sizeof(struct _arp_entry)); in FeedArpConfLine()
473 struct _arp_entry *walk; in ArpConfPrint()
687 struct _arp_entry *ent = calloc(1, sizeof(struct _arp_entry)); in FetchARPKernelEntries()
H A Darp.c167 g_config.mos->arp_table->ent[idx] = calloc(1, sizeof(struct _arp_entry)); in RegisterARPEntry()