Home
last modified time | relevance | path

Searched refs:rtnl_rttable_a2n (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/ip/
Diplink_vrf.c40 if (rtnl_rttable_a2n(&table, *argv)) in vrf_parse_opt()
Dipmroute.c216 if (rtnl_rttable_a2n(&tid, *argv)) { in mroute_list()
Diprule.c407 if (rtnl_rttable_a2n(&tid, *argv)) in iprule_modify()
Diproute.c1101 if (rtnl_rttable_a2n(&tid, *argv)) in iproute_modify()
1350 if (rtnl_rttable_a2n(&tid, *argv)) { in iproute_list_flush_or_save()
/external/iproute2/include/
Drt_names.h15 int rtnl_rttable_a2n(__u32 *id, const char *arg);
/external/iproute2/lib/
Drt_names.c400 int rtnl_rttable_a2n(__u32 *id, const char *arg) in rtnl_rttable_a2n() function