Searched refs:metric_type (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_asbr.h29 int32_t metric_type; member in struct:route_map_set_values
52 #define ROUTEMAP_METRIC_TYPE(E) (E)->route_map_set.metric_type
H A Dospf_routemap.c481 u_int32_t *metric_type; local
487 metric_type = rule;
491 ei->route_map_set.metric_type = *metric_type;
500 u_int32_t *metric_type; local
502 metric_type = XCALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
504 *metric_type = EXTERNAL_METRIC_TYPE_1;
506 *metric_type = EXTERNAL_METRIC_TYPE_2;
508 if (*metric_type == EXTERNAL_METRIC_TYPE_1 ||
509 *metric_type
[all...]
H A Dospf_asbr.c125 values->metric_type = -1;
133 values1->metric_type == values2->metric_type;
H A Dospf_lsa.h323 int metric_type (u_char);
H A Dospf_zebra.c515 metric_type (type), metric_value (type));
528 metric_type (type), metric_value (type));
583 metric_type (DEFAULT_ROUTE),
596 metric_type (DEFAULT_ROUTE), metric_value (DEFAULT_ROUTE));
H A Dospf_lsa.c1425 metric_type (u_char src)
1470 ROUTEMAP_METRIC_TYPE (ei) : metric_type (type);
1575 ROUTEMAP_METRIC_TYPE (ei) : metric_type (type);
1414 metric_type (u_char src) function
H A Dospf_vty.c138 str2metric_type (char *str, int *metric_type)
145 *metric_type = EXTERNAL_METRIC_TYPE_1;
147 *metric_type = EXTERNAL_METRIC_TYPE_2;
135 str2metric_type(char *str, int *metric_type) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.h42 int metric_type; member in struct:ospf6_redistribute_info
H A Dospf6_routemap.c85 char *metric_type = rule; local
91 if (strcmp (metric_type, "type-2") == 0)
92 route->path.metric_type = 2;
94 route->path.metric_type = 1;
H A Dospf6_route.h87 u_int8_t metric_type;
86 u_int8_t metric_type; member in struct:ospf6_path
H A Dospf6_asbr.c49 if (route.path.metric_type == 2)
189 request.path.metric_type = 2;
196 request.path.metric_type = 1;
H A Dospf6_redistribute.c124 request.path.metric_type = OSPF6_REDISTRIBUTE_DEFAULT_TYPE;
H A Dospf6_route.c155 pn->path.type, pn->path.metric_type, pn->path.cost, pn->path.cost_e2);
171 pn2->path.type, pn2->path.metric_type, pn2->path.cost, pn2->path.cost_e2);
965 pn->path.metric_type, VTY_NEWLINE);

Completed in 183 milliseconds