Searched refs:nl_cli_route_parse_dst (Results 1 – 5 of 5) sorted by relevance
22 extern void nl_cli_route_parse_dst(struct rtnl_route *, char *);
108 case 'd': nl_cli_route_parse_dst(route, optarg); break; in main()
141 case 'd': nf++; nl_cli_route_parse_dst(route, optarg); break; in main()
55 void nl_cli_route_parse_dst(struct rtnl_route *route, char *arg) in nl_cli_route_parse_dst() function