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

/external/iproute2/include/
H A Dlibnetlink.h11 struct rtnl_handle struct
22 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
23 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
24 extern void rtnl_close(struct rtnl_handle *rth);
25 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
26 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len);
39 extern int rtnl_dump_filter_l(struct rtnl_handle *rth,
41 extern int rtnl_dump_filter(struct rtnl_handle *rth, rtnl_filter_t filter,
46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
50 extern int rtnl_send(struct rtnl_handle *rt
[all...]

Completed in 59 milliseconds