Home
last modified time | relevance | path

Searched refs:zrt (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_router.c83 return zrt; in zebra_router_find_zrt()
100 if (zrt) in zebra_router_find_table()
121 if (zrt) in zebra_router_get_table()
124 zrt = XCALLOC(MTYPE_ZEBRA_NS, sizeof(*zrt)); in zebra_router_get_table()
126 zrt->afi = afi; in zebra_router_get_table()
127 zrt->safi = safi; in zebra_router_get_table()
129 zrt->table = in zebra_router_get_table()
141 return zrt->table; in zebra_router_get_table()
157 afi2str(zrt->afi), safi2str(zrt->safi), in zebra_router_show_table_summary()
158 zrt->tableid, in zebra_router_show_table_summary()
[all …]
H A Dzebra_nb_state.c156 struct zebra_router_table *zrt = in lib_vrf_zebra_ribs_rib_get_next() local
170 if (zrt == NULL) in lib_vrf_zebra_ribs_rib_get_next()
173 zrt = RB_NEXT(zebra_router_table_head, zrt); in lib_vrf_zebra_ribs_rib_get_next()
175 while (zrt && zrt->ns_id != zvrf->zns->ns_id) in lib_vrf_zebra_ribs_rib_get_next()
176 zrt = RB_NEXT(zebra_router_table_head, zrt); in lib_vrf_zebra_ribs_rib_get_next()
179 return zrt; in lib_vrf_zebra_ribs_rib_get_next()
184 const struct zebra_router_table *zrt = args->list_entry; in lib_vrf_zebra_ribs_rib_get_keys() local
189 yang_afi_safi_value2identity(zrt->afi, zrt->safi)); in lib_vrf_zebra_ribs_rib_get_keys()
191 zrt->tableid); in lib_vrf_zebra_ribs_rib_get_keys()
226 rn = route_top(zrt->table); in lib_vrf_zebra_ribs_rib_route_get_next()
[all …]
H A Dzebra_nb_config.c1143 struct zebra_router_table *zrt; in lib_vrf_zebra_ribs_rib_create() local
1156 zrt = zebra_router_find_zrt(zvrf, table_id, afi, safi); in lib_vrf_zebra_ribs_rib_create()
1160 if (!zrt) { in lib_vrf_zebra_ribs_rib_create()
1171 nb_running_set_entry(args->dnode, zrt); in lib_vrf_zebra_ribs_rib_create()
H A Dzebra_vty.c1149 struct zebra_router_table *zrt; in do_show_ip_route_all() local
1152 RB_FOREACH (zrt, zebra_router_table_head, in do_show_ip_route_all()
1154 info = route_table_get_info(zrt->table); in do_show_ip_route_all()
1158 if (zrt->afi != afi || in do_show_ip_route_all()
1159 zrt->safi != SAFI_UNICAST) in do_show_ip_route_all()
1165 zrt->tableid, ctx); in do_show_ip_route_all()
H A Dzebra_rib.c3443 struct zebra_router_table *zrt; in rib_update_handle_vrf_all() local
3450 RB_FOREACH (zrt, zebra_router_table_head, &zrouter.tables) in rib_update_handle_vrf_all()
3451 rib_update_table(zrt->table, event); in rib_update_handle_vrf_all()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_router.c83 return zrt; in zebra_router_find_zrt()
100 if (zrt) in zebra_router_find_table()
121 if (zrt) in zebra_router_get_table()
124 zrt = XCALLOC(MTYPE_ZEBRA_NS, sizeof(*zrt)); in zebra_router_get_table()
126 zrt->afi = afi; in zebra_router_get_table()
127 zrt->safi = safi; in zebra_router_get_table()
129 zrt->table = in zebra_router_get_table()
141 return zrt->table; in zebra_router_get_table()
157 afi2str(zrt->afi), safi2str(zrt->safi), in zebra_router_show_table_summary()
158 zrt->tableid, in zebra_router_show_table_summary()
[all …]
H A Dzebra_nb_state.c156 struct zebra_router_table *zrt = in lib_vrf_zebra_ribs_rib_get_next() local
170 if (zrt == NULL) in lib_vrf_zebra_ribs_rib_get_next()
173 zrt = RB_NEXT(zebra_router_table_head, zrt); in lib_vrf_zebra_ribs_rib_get_next()
175 while (zrt && zrt->ns_id != zvrf->zns->ns_id) in lib_vrf_zebra_ribs_rib_get_next()
176 zrt = RB_NEXT(zebra_router_table_head, zrt); in lib_vrf_zebra_ribs_rib_get_next()
179 return zrt; in lib_vrf_zebra_ribs_rib_get_next()
184 const struct zebra_router_table *zrt = args->list_entry; in lib_vrf_zebra_ribs_rib_get_keys() local
189 yang_afi_safi_value2identity(zrt->afi, zrt->safi)); in lib_vrf_zebra_ribs_rib_get_keys()
191 zrt->tableid); in lib_vrf_zebra_ribs_rib_get_keys()
226 rn = route_top(zrt->table); in lib_vrf_zebra_ribs_rib_route_get_next()
[all …]
H A Dzebra_nb_config.c1143 struct zebra_router_table *zrt; in lib_vrf_zebra_ribs_rib_create() local
1156 zrt = zebra_router_find_zrt(zvrf, table_id, afi, safi); in lib_vrf_zebra_ribs_rib_create()
1160 if (!zrt) { in lib_vrf_zebra_ribs_rib_create()
1171 nb_running_set_entry(args->dnode, zrt); in lib_vrf_zebra_ribs_rib_create()
H A Dzebra_vty.c1149 struct zebra_router_table *zrt; in do_show_ip_route_all() local
1152 RB_FOREACH (zrt, zebra_router_table_head, in do_show_ip_route_all()
1154 info = route_table_get_info(zrt->table); in do_show_ip_route_all()
1158 if (zrt->afi != afi || in do_show_ip_route_all()
1159 zrt->safi != SAFI_UNICAST) in do_show_ip_route_all()
1165 zrt->tableid, ctx); in do_show_ip_route_all()
H A Dzebra_rib.c3443 struct zebra_router_table *zrt; in rib_update_handle_vrf_all() local
3450 RB_FOREACH (zrt, zebra_router_table_head, &zrouter.tables) in rib_update_handle_vrf_all()
3451 rib_update_table(zrt->table, event); in rib_update_handle_vrf_all()
/dports/math/reduce/Reduce-svn5758-src/packages/roots/
H A Drealroot.red76 if (zr := l=u) and (lr := l) and not lims!# then go to zrt;
87 else go to zrt;
124 zrt: return list (lr . lr) end;
H A Dbfdoer2.red240 else if (n:= caar p)>0 then go to zrt;
242 zrt: c := list(list 0 . n); % eliminate and solve for zero roots.
/dports/benchmarks/fio/fio-3.29/
H A Dthread_options.h377 fio_fp64_t zrt; member
H A Dzbd.c1956 if (zbdi->wp_sectors_with_data >= f->io_size * td->o.zrt.u.f && in zbd_adjust_block()
H A Doptions.c3503 .off1 = offsetof(struct thread_options, zrt),
/dports/multimedia/mpeg2codec/mpeg2/verify/
H A Drecon1.Y1 …n��z��u��|��dn��������r��}t��[k�v��y��p��v�e]r}v���_����~h��������bw���|m{zrt��r��mp����{jx��jt�…
H A Drecon2.Y1 …�l��y��o��x��`n��������r��}t��[k�v��y��p��v�e]r}v���_����~h��������bw���|m{zrt��u��pp����xkz|�|ps�…
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/examples/
H A Dtvgen.asy711 pair zlt, zlb, zrt, zrb;
720 zrt=tvps(pcol,trow, xd,yd,Nv);
721 zzr=zrb--arc(ccenter,rcrb,rcrt)--zrt--cycle;
/dports/math/asymptote/asymptote-2.67/examples/
H A Dtvgen.asy711 pair zlt, zlb, zrt, zrb;
720 zrt=tvps(pcol,trow, xd,yd,Nv);
721 zzr=zrb--arc(ccenter,rcrb,rcrt)--zrt--cycle;
/dports/science/InsightToolkit/ITK-5.0.1/.ExternalData/MD5/
H A Dfc7fe60071ec5103a9c2691167d3b03915 …����������{{{{{{{{{{{{{{{{{{{{{{{{xtsx��xphv���gPC||||||||vsonqx���zrt|~ukFSgy��~y||||||||…
/dports/deskutils/xneur/xneur-0.20.0/share/languages/us/
H A Dproto38838 zrt
/dports/deskutils/xneur/xneur-0.20.0/share/languages/gb/
H A Dproto38838 zrt
/dports/deskutils/xneur/xneur-0.20.0/share/languages/en/
H A Dproto38838 zrt
/dports/deskutils/xneur/xneur-0.20.0/share/languages/ro/
H A Dproto313605 zrt
/dports/deskutils/xneur/xneur-0.20.0/share/languages/de/
H A Dproto311931 zrt

123