Searched refs:redist_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Drip_zebra.c211 } redist_type[] = {
290 for (i = 0; redist_type[i].str; i++)
292 if (zclient->redist[redist_type[i].type])
296 zclient->sock, redist_type[i].type);
298 zclient->redist[redist_type[i].type] = 0;
301 rip_redistribute_withdraw (redist_type[i].type);
341 for(i = 0; redist_type[i].str; i++)
343 if (strncmp (redist_type[i].str, argv[0],
344 redist_type[i].str_min_len) == 0)
346 zclient_redistribute_set (zclient, redist_type[
208 } redist_type[] = { variable in typeref:struct:__anon3150
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_flood.c96 int redist_type = is_prefix_default (&p) ? DEFAULT_ROUTE : type;
97 if (ospf_is_type_redistributed (redist_type))
95 int redist_type = is_prefix_default (&p) ? DEFAULT_ROUTE : type; local

Completed in 106 milliseconds