Searched refs:nl_cli_route_parse_pref_src (Results 1 – 5 of 5) sorted by relevance
24 extern void nl_cli_route_parse_pref_src(struct rtnl_route *, char *);
114 case ARG_PREF_SRC: nl_cli_route_parse_pref_src(route, optarg); break; in main()
147 case ARG_PREF_SRC: nf++; nl_cli_route_parse_pref_src(route, optarg); break; in main()
81 void nl_cli_route_parse_pref_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_pref_src() function