Home
last modified time | relevance | path

Searched refs:ifindex (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Ddebug.c64 DumpPacket(mtcp_manager_t mtcp, char *buf, int len, char *step, int ifindex) in DumpPacket() argument
72 if (ifindex >= 0) in DumpPacket()
73 thread_printf(mtcp, mtcp->log_fp, "%s %d %u", step, ifindex, mtcp->cur_ts); in DumpPacket()
H A Dconfig.c283 ent->ifindex = -1; in FeedNetdevConfLine()
457 walk->dev_name, walk->ifindex, in NetdevConfPrint()
1225 if (nwalk->ifindex < 0 && in LoadConfigurationLowerHalf()
1226 (nwalk->ifindex = current_iomodule_func->get_nif(&nwalk->ifr)) < 0) { in LoadConfigurationLowerHalf()
1231 rwalk->nif = nwalk->ifindex; in LoadConfigurationLowerHalf()
1238 nif_in = nwalk->ifindex = current_iomodule_func->get_nif(&nwalk->ifr); in LoadConfigurationLowerHalf()
1240 nif_out = nwalk->ifindex = current_iomodule_func->get_nif(&nwalk->ifr); in LoadConfigurationLowerHalf()
H A Darp.c305 ARPOutput(mtcp, g_config.mos->netdev_table->ent[i]->ifindex, arp_op_request, 0, NULL, NULL); in PublishARP()
H A Ddpdk_module.c688 if (portid == g_config.mos->netdev_table->ent[eth_idx]->ifindex) in dpdk_load_module_lower_half()
/mOS-networking-stack/core/src/include/
H A Dconfig.h56 int ifindex; member
H A Ddebug.h234 DumpPacket(mtcp_manager_t mtcp, char *buf, int len, char *step, int ifindex);
H A Dmtcp.h149 int ifindex; member