#include <netlink/netlink.h>
#include <netlink/cache.h>
#include <netlink/addr.h>
#include <netlink/fib_lookup/request.h>
Functions | |
struct flnl_result * | flnl_result_alloc (void) |
void | flnl_result_put (struct flnl_result *) |
struct nl_cache * | flnl_result_alloc_cache (void) |
Allocate lookup result cache. More... | |
int | flnl_lookup_build_request (struct flnl_request *, int, struct nl_msg **) |
Builds a netlink request message to do a lookup. More... | |
int | flnl_lookup (struct nl_sock *, struct flnl_request *, struct nl_cache *) |
Perform FIB Lookup. More... | |