Searched refs:nl_cli_route_parse_scope (Results 1 – 5 of 5) sorted by relevance
29 extern void nl_cli_route_parse_scope(struct rtnl_route *, char *);
117 case ARG_SCOPE: nl_cli_route_parse_scope(route, optarg); break; in main()
150 case ARG_SCOPE: nf++; nl_cli_route_parse_scope(route, optarg); break; in main()
222 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg) in nl_cli_route_parse_scope() function