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

/external/iproute2/include/
H A Dlibnetlink.h14 struct rtnl_handle struct
29 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
32 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
36 void rtnl_close(struct rtnl_handle *rth);
37 int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type)
39 int rtnl_wilddump_req_filter(struct rtnl_handle *rth, int fam, int type,
42 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req,
45 int rtnl_dump_request_n(struct rtnl_handle *rth, struct nlmsghdr *n)
66 int rtnl_dump_filter_l(struct rtnl_handle *rth,
68 int rtnl_dump_filter_nc(struct rtnl_handle *rt
[all...]

Completed in 110 milliseconds