Home
last modified time | relevance | path

Searched refs:arp_conf (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dconfig.h85 struct arp_conf { struct
150 struct arp_conf *arp_table;
/mOS-networking-stack/core/src/
H A Dconfig.c293 struct arp_conf * const conf = (struct arp_conf *)blk->conf; in FeedArpConfLine()
394 conf->arp_table = (struct arp_conf *)child->conf; in MosConfAddChild()
468 struct arp_conf * const conf = (struct arp_conf *)blk->conf; in ArpConfPrint()
647 FetchARPKernelEntries(struct arp_conf * const config) in FetchARPKernelEntries()
794 struct arp_conf *conf = calloc(1, sizeof(struct arp_conf)); in InitArpBlock()