Searched refs:route_table (Results 1 – 6 of 6) sorted by relevance
19 for (i = 0; i < g_config.mos->route_table->num; i++) { in GetOutputInterface()20 if ((daddr & g_config.mos->route_table->ent[i]->mask) in GetOutputInterface()21 == g_config.mos->route_table->ent[i]->masked_ip) { in GetOutputInterface()22 if (g_config.mos->route_table->ent[i]->prefix > prefix) { in GetOutputInterface()23 nif = g_config.mos->route_table->ent[i]->nif; in GetOutputInterface()24 prefix = g_config.mos->route_table->ent[i]->prefix; in GetOutputInterface()
397 conf->route_table = (struct route_conf *)child->conf; in MosConfAddChild()1209 struct route_conf *route_conf = g_config.mos->route_table; in LoadConfigurationLowerHalf()
37 route_table {
48 route_table {
151 struct route_conf *route_table; member
157 struct route_table struct