Home
last modified time | relevance | path

Searched refs:rta_dest_names (Results 1 – 3 of 3) sorted by relevance

/dports/net/bird2/bird-2.0.8/nest/
H A Droute.h484 extern const char * rta_dest_names[RTD_MAX];
487 { return (n < RTD_MAX) ? rta_dest_names[n] : "???"; } in rta_dest_name()
H A Drt-attr.c81 const char * rta_dest_names[RTD_MAX] = { variable
/dports/net/bird2/bird-2.0.8/proto/static/
H A Dstatic.c757 cli_msg(-1009, "%N\t%s", r->net, rta_dest_names[r->dest]); in static_show_rt()