Searched refs:nl_cli_route_parse_nexthop (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/cli/ |
D | route.h | 26 extern void nl_cli_route_parse_nexthop(struct rtnl_route *, char *, struct nl_cache *);
|
/external/libnl/src/ |
D | nl-route-list.c | 109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
|
D | nl-route-add.c | 109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
|
D | nl-route-delete.c | 142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break; in main()
|
/external/libnl/src/lib/ |
D | route.c | 137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, in nl_cli_route_parse_nexthop() function
|