Home
last modified time | relevance | path

Searched refs:rtnl_rtrealm_a2n (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/ip/
Drtm_map.c104 if (rtnl_rtrealm_a2n(realms, arg)) { in get_rt_realms()
112 if (*arg && rtnl_rtrealm_a2n(&realm, arg)) in get_rt_realms()
/external/iproute2/tc/
Df_route.c62 if (rtnl_rtrealm_a2n(&id, *argv)) { in route_parse_opt()
73 if (rtnl_rtrealm_a2n(&id, *argv)) { in route_parse_opt()
/external/iproute2/include/
Drt_names.h16 int rtnl_rtrealm_a2n(__u32 *id, const char *arg);
/external/iproute2/misc/
Drtacct.c489 if (rtnl_rtrealm_a2n(&realm, argv[0])) { in main()
/external/iproute2/lib/
Drt_names.c325 int rtnl_rtrealm_a2n(__u32 *id, const char *arg) in rtnl_rtrealm_a2n() function