Searched refs:nl_cli_route_parse_family (Results 1 – 5 of 5) sorted by relevance
21 extern void nl_cli_route_parse_family(struct rtnl_route *, char *);
111 case ARG_FAMILY: nl_cli_route_parse_family(route, optarg); break; in main()
144 case ARG_FAMILY: nf++; nl_cli_route_parse_family(route, optarg); break; in main()
47 void nl_cli_route_parse_family(struct rtnl_route *route, char *arg) in nl_cli_route_parse_family() function