Home
last modified time | relevance | path

Searched refs:nl_cli_route_parse_dst (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/cli/
Droute.h22 extern void nl_cli_route_parse_dst(struct rtnl_route *, char *);
/external/libnl/src/
Dnl-route-list.c108 case 'd': nl_cli_route_parse_dst(route, optarg); break; in main()
Dnl-route-add.c108 case 'd': nl_cli_route_parse_dst(route, optarg); break; in main()
Dnl-route-delete.c141 case 'd': nf++; nl_cli_route_parse_dst(route, optarg); break; in main()
/external/libnl/src/lib/
Droute.c55 void nl_cli_route_parse_dst(struct rtnl_route *route, char *arg) in nl_cli_route_parse_dst() function