Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dconfig.h114 struct nic_forward_conf { struct
152 struct nic_forward_conf *nic_forward_table;
/mOS-networking-stack/core/src/
H A Dconfig.c360 struct nic_forward_conf * const conf = (struct nic_forward_conf *)blk->conf; in FeedNICFwdConfLine()
400 conf->nic_forward_table = (struct nic_forward_conf *)child->conf; in MosConfAddChild()
504 struct nic_forward_conf * const conf = (struct nic_forward_conf *)blk->conf; in NICFwdConfPrint()
848 struct nic_forward_conf *conf = calloc(1, sizeof(struct nic_forward_conf)); in InitNICForwardBlock()
1211 struct nic_forward_conf *nicfwd_conf = g_config.mos->nic_forward_table; in LoadConfigurationLowerHalf()