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

/external/iproute2/include/
H A Dll_map.h6 extern int ll_init_map(struct rtnl_handle *rth);
H A Dlibnetlink.h12 struct rtnl_handle struct
23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
25 extern void rtnl_close(struct rtnl_handle *rth);
26 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
27 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len);
38 extern int rtnl_dump_filter_l(struct rtnl_handle *rth,
40 extern int rtnl_dump_filter(struct rtnl_handle *rth, rtnl_filter_t filter,
42 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
44 extern int rtnl_send(struct rtnl_handle *rt
[all...]
/external/iproute2/tc/
H A Dtc_core.h31 extern struct rtnl_handle g_rth;
H A Dtc_common.h4 extern struct rtnl_handle rth;
H A Dtc_monitor.c69 struct rtnl_handle rth;
H A Dtc.c41 struct rtnl_handle rth;
/external/iproute2/lib/
H A Dlibnetlink.c30 void rtnl_close(struct rtnl_handle *rth)
38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
92 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type)
117 int rtnl_send(struct rtnl_handle *rth, const void *buf, int len)
122 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len)
155 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len)
179 int rtnl_dump_filter_l(struct rtnl_handle *rth,
265 int rtnl_dump_filter(struct rtnl_handle *rth,
277 int rtnl_talk(struct rtnl_handle *rtn
[all...]
H A Dll_map.c195 int ll_init_map(struct rtnl_handle *rth)
/external/iproute2/ip/
H A Dip_common.h54 extern struct rtnl_handle rth;
H A Dipaddrlabel.c47 extern struct rtnl_handle rth;
195 struct rtnl_handle rth2;
H A Dip.c37 struct rtnl_handle rth = { .fd = -1 };
H A Drtmon.c70 struct rtnl_handle rth;
H A Dxfrm.h75 struct rtnl_handle *rth;
H A Dxfrm_policy.c250 struct rtnl_handle rth;
563 struct rtnl_handle rth;
715 struct rtnl_handle *rth = xb->rth;
776 struct rtnl_handle rth;
964 struct rtnl_handle rth;
993 struct rtnl_handle rth;
H A Dxfrm_state.c238 struct rtnl_handle rth;
561 struct rtnl_handle rth;
818 struct rtnl_handle rth;
909 struct rtnl_handle *rth = xb->rth;
959 struct rtnl_handle rth;
1111 struct rtnl_handle rth;
1139 struct rtnl_handle rth;
H A Diprule.c29 extern struct rtnl_handle rth;
387 struct rtnl_handle rth2;
H A Dxfrm_monitor.c343 extern struct rtnl_handle rth;
H A Dipl2tp.c86 static struct rtnl_handle genl_rth;
H A Diproute.c1023 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family)
/external/iproute2/genl/
H A Dctrl.c44 struct rtnl_handle rth;
286 struct rtnl_handle rth;
370 struct rtnl_handle rth;
/external/iproute2/misc/
H A Difstat.c121 struct rtnl_handle rth;
H A Darpd.c61 struct rtnl_handle rth;
H A Dss.c990 struct rtnl_handle rth;

Completed in 286 milliseconds