Searched refs:type2_cost (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_route.h83 u_int32_t type2_cost; member in struct:route_external
H A Dospf_ase.c265 new->u.ext.type2_cost = metric; /* Y */
558 (or->u.ext.type2_cost != newor->u.ext.type2_cost))
H A Dospf_route.c743 if ((ret = (r1->u.ext.type2_cost - r2->u.ext.type2_cost)))
H A Dospf_zebra.c385 stream_putl (s, or->cost + or->u.ext.type2_cost);
387 stream_putl (s, or->u.ext.type2_cost);
H A Dospf_vty.c6450 er->u.ext.type2_cost, er->u.ext.tag, VTY_NEWLINE);

Completed in 228 milliseconds