HomeSort by relevance Sort by last modified time
    Searched refs:nl_cli_route_parse_nexthop (Results 1 - 5 of 5) sorted by null

  /external/libnl/include/netlink/cli/
route.h 26 extern void nl_cli_route_parse_nexthop(struct rtnl_route *, char *, struct nl_cache *);
  /external/libnl/src/
nl-route-add.c 109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
nl-route-list.c 109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
nl-route-delete.c 142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
  /external/libnl/src/lib/
route.c 137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, function

Completed in 83 milliseconds