2 * netlink/genl/ctrl.h Generic Netlink Controller
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation version 2.1
9 * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
12 #ifndef NETLINK_GENL_CTRL_H_
13 #define NETLINK_GENL_CTRL_H_
15 #include <netlink/netlink.h>
16 #include <netlink/cache.h>
17 #include <netlink/addr.h>
25 extern int genl_ctrl_alloc_cache(struct nl_sock
*,
27 extern struct genl_family
* genl_ctrl_search(struct nl_cache
*, int);
28 extern struct genl_family
* genl_ctrl_search_by_name(struct nl_cache
*,
30 extern int genl_ctrl_resolve(struct nl_sock
*,
This page took 0.062391 seconds and 5 git commands to generate.