Searched refs:nl_cli_route_parse_protocol (Results 1 – 5 of 5) sorted by relevance
30 extern void nl_cli_route_parse_protocol(struct rtnl_route *, char *);
118 case ARG_PROTOCOL: nl_cli_route_parse_protocol(route, optarg); break; in main()
151 case ARG_PROTOCOL: nf++; nl_cli_route_parse_protocol(route, optarg); break; in main()
236 void nl_cli_route_parse_protocol(struct rtnl_route *route, char *arg) in nl_cli_route_parse_protocol() function