Searched refs:nl_cli_route_parse_src (Results 1 – 5 of 5) sorted by relevance
23 extern void nl_cli_route_parse_src(struct rtnl_route *, char *);
112 case ARG_SRC: nl_cli_route_parse_src(route, optarg); break; in main()
145 case ARG_SRC: nf++; nl_cli_route_parse_src(route, optarg); break; in main()
68 void nl_cli_route_parse_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_src() function