Searched refs:nl_cli_route_parse_table (Results 1 – 5 of 5) sorted by relevance
27 extern void nl_cli_route_parse_table(struct rtnl_route *, char *);
110 case 't': nl_cli_route_parse_table(route, optarg); break; in main()
143 case 't': nf++; nl_cli_route_parse_table(route, optarg); break; in main()
197 void nl_cli_route_parse_table(struct rtnl_route *route, char *arg) in nl_cli_route_parse_table() function