Searched refs:nl_cli_route_alloc_cache (Results 1 – 25 of 27) sorted by relevance
12
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libnl/include/netlink/cli/ |
D | route.h | 17 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libnl/include/netlink/cli/ |
D | route.h | 17 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libnl/include/netlink/cli/ |
D | route.h | 17 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/external/libnl/include/netlink/cli/ |
H A D | route.h | 17 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/netlink/cli/ |
D | route.h | 17 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
|
/aosp_15_r20/external/libnl/src/ |
H A D | nl-route-get.c | 53 nl_cli_route_alloc_cache(sock, 0); in main()
|
H A D | nl-route-list.c | 121 route_cache = nl_cli_route_alloc_cache(sock, in main()
|
H A D | nl-route-add.c | 63 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
|
H A D | nl-route-delete.c | 91 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
|
12