Home
last modified time | relevance | path

Searched defs:rtnl_handle (Results 1 – 4 of 4) sorted by relevance

/external/libnfnetlink/src/
Drtnl.h15 struct rtnl_handle { struct
20 struct rtnl_handler *handlers; argument
24 int rtnl_handler_register(struct rtnl_handle *rtnl_handle, argument
Drtnl.c33 find_handler(struct rtnl_handle *rtnl_handle, u_int16_t type) in find_handler()
43 static int call_handler(struct rtnl_handle *rtnl_handle, in call_handler()
60 int rtnl_handler_register(struct rtnl_handle *rtnl_handle, in rtnl_handler_register()
73 int rtnl_handler_unregister(struct rtnl_handle *rtnl_handle, in rtnl_handler_unregister()
111 int rtnl_dump_type(struct rtnl_handle *rtnl_handle, unsigned int type) in rtnl_dump_type()
135 int rtnl_receive(struct rtnl_handle *rtnl_handle) in rtnl_receive()
196 int rtnl_receive_multi(struct rtnl_handle *rtnl_handle) in rtnl_receive_multi()
261 void rtnl_close(struct rtnl_handle *rtnl_handle) in rtnl_close()
Diftable.c40 struct rtnl_handle *rtnl_handle; member
/external/iproute2/include/
Dlibnetlink.h15 struct rtnl_handle { struct
16 int fd;
40 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) argument