Home
last modified time | relevance | path

Searched refs:nextpref (Results 1 – 9 of 9) sorted by relevance

/dports/net/quagga/quagga-1.2.4/lib/
H A Droutemap.c243 vty_out (vty, " Goto %d%s", index->nextpref, VTY_NEWLINE); in vty_show_route_map_entry()
841 int nextpref = index->nextpref; in route_map_apply() local
843 while (next && next->pref < nextpref) in route_map_apply()
1106 index->nextpref = d;
1285 vty_out (vty, " on-match goto %d%s", index->nextpref, VTY_NEWLINE); in route_map_config_write()
H A Droutemap.h128 int nextpref; member
/dports/games/dhewm3/dhewm3-1.5.1/neo/cm/
H A DCollisionModel_load.cpp1241 cm_polygonRef_t *pref, *lastpref, *nextpref; in ReplacePolygons() local
1248 for ( pref = node->polygons; pref; pref = nextpref ) { in ReplacePolygons()
1249 nextpref = pref->next; in ReplacePolygons()
1257 lastpref->next = nextpref; in ReplacePolygons()
1260 node->polygons = nextpref; in ReplacePolygons()
2032 cm_polygonRef_t *pref, *nextpref, *prevpref; in R_CreateAxialBSPTree() local
2067 for ( pref = n->polygons; pref; pref = nextpref) { in R_CreateAxialBSPTree()
2068 nextpref = pref->next; in R_CreateAxialBSPTree()
2074 prevpref->next = nextpref; in R_CreateAxialBSPTree()
2077 n->polygons = nextpref; in R_CreateAxialBSPTree()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Droutemap_northbound.c407 rmi->nextpref = yang_dnode_get_uint16(args->dnode, NULL); in lib_route_map_entry_goto_value_modify()
427 rmi->nextpref = 0; in lib_route_map_entry_goto_value_destroy()
H A Droutemap.c876 vty_out(vty, " Goto %d\n", index->nextpref); in vty_show_route_map_entry()
2530 int nextpref = index->nextpref; in route_map_apply() local
2532 while (next && next->pref < nextpref) { in route_map_apply()
H A Droutemap.h185 int nextpref; member
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap_northbound.c407 rmi->nextpref = yang_dnode_get_uint16(args->dnode, NULL); in lib_route_map_entry_goto_value_modify()
427 rmi->nextpref = 0; in lib_route_map_entry_goto_value_destroy()
H A Droutemap.c876 vty_out(vty, " Goto %d\n", index->nextpref); in vty_show_route_map_entry()
2530 int nextpref = index->nextpref; in route_map_apply() local
2532 while (next && next->pref < nextpref) { in route_map_apply()
H A Droutemap.h185 int nextpref; member