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

  /external/libnl/include/netlink/cli/
route.h 32 extern void nl_cli_route_parse_iif(struct rtnl_route *, char *, struct nl_cache *);
  /external/libnl/src/
nl-route-add.c 113 case ARG_IIF: nl_cli_route_parse_iif(route, optarg, link_cache); break;
nl-route-list.c 113 case ARG_IIF: nl_cli_route_parse_iif(route, optarg, link_cache); break;
nl-route-delete.c 146 case ARG_IIF: nf++; nl_cli_route_parse_iif(route, optarg, link_cache); break;
  /external/libnl/src/lib/
route.c 260 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache) function

Completed in 123 milliseconds