Home | History | Annotate | Download | only in include

Lines Matching refs:rth

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 *rth,
71 #define rtnl_dump_filter(rth, filter, arg) \
72 rtnl_dump_filter_nc(rth, filter, arg, 0)
76 int rtnl_send(struct rtnl_handle *rth, const void *buf, int)
78 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int)