Home
last modified time | relevance | path

Searched refs:tf_route (Results 1 – 8 of 8) sorted by relevance

/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h38 struct timeformat tf_route; /* Time format for 'show route' */ member
H A Dconf.c104 c->tf_route = c->tf_proto = (struct timeformat){"%T", "%F", 20*3600}; in config_alloc()
/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.h38 struct timeformat tf_route; /* Time format for 'show route' */ member
H A Dconf.c108 c->tf_route = c->tf_proto = TM_ISO_SHORT_MS; in config_alloc()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dconfig.Y91 ROUTE { $$ = &new_config->tf_route; } in CF_ADDTO()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-show.c49 tm_format_time(tm, &config->tf_route, e->lastmod); in rt_show_rte()
H A Dconfig.Y334 ROUTE { $$ = &new_config->tf_route; }
/dports/net/bird/bird-1.6.8/nest/
H A Drt-table.c2496 tm_format_datetime(tm, &config->tf_route, e->lastmod); in rt_show_rte()