Searched refs:nl_cli_route_parse_scope (Results 1 – 6 of 6) sorted by relevance
29 extern void nl_cli_route_parse_scope(struct rtnl_route *, char *);
90 nl_cli_route_parse_scope;
120 case ARG_SCOPE: nl_cli_route_parse_scope(route, optarg); break; in main()
153 case ARG_SCOPE: nf++; nl_cli_route_parse_scope(route, optarg); break; in main()
241 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg) in nl_cli_route_parse_scope() function