Home
last modified time | relevance | path

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

/external/libnl/include/netlink/cli/
Droute.h26 extern void nl_cli_route_parse_nexthop(struct rtnl_route *, char *, struct nl_cache *);
/external/libnl/src/
Dnl-route-list.c109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
Dnl-route-add.c109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
Dnl-route-delete.c142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
/external/libnl/src/lib/
Droute.c137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, in nl_cli_route_parse_nexthop() function