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

  /external/libnl/include/netlink/cli/
route.h 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
  /external/libnl/src/
nl-route-get.c 56 route_cache = nl_cli_route_alloc_cache(sock, 0);
nl-route-add.c 65 route_cache = nl_cli_route_alloc_cache(sock, 0);
nl-route-list.c 123 route_cache = nl_cli_route_alloc_cache(sock,
nl-route-delete.c 93 route_cache = nl_cli_route_alloc_cache(sock, 0);
  /external/libnl/src/lib/
route.c 33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags) function

Completed in 120 milliseconds