HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_handle (Results 1 - 22 of 22) sorted by null

  /external/iproute2/include/
libnetlink.h 11 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 *rth, const char *buf, int)
    [all...]
ll_map.h 6 extern int ll_init_map(struct rtnl_handle *rth);
  /external/iproute2/tc/
tc_core.h 31 extern struct rtnl_handle g_rth;
tc_common.h 4 extern struct rtnl_handle rth;
tc_monitor.c 69 struct rtnl_handle rth;
tc.c 41 struct rtnl_handle rth;
  /external/iproute2/lib/
libnetlink.c 30 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)
110 int rtnl_send(struct rtnl_handle *rth, const char *buf, int len)
115 int rtnl_send_check(struct rtnl_handle *rth, const char *buf, int len)
148 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len)
175 int rtnl_dump_filter_l(struct rtnl_handle *rth,
259 int rtnl_dump_filter(struct rtnl_handle *rth,
273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer
    [all...]
ll_map.c 182 int ll_init_map(struct rtnl_handle *rth)
  /external/iproute2/ip/
ip_common.h 49 extern struct rtnl_handle rth;
ipaddrlabel.c 47 extern struct rtnl_handle rth;
201 struct rtnl_handle rth2;
xfrm_state.c 232 struct rtnl_handle rth;
509 struct rtnl_handle rth;
754 struct rtnl_handle rth;
831 struct rtnl_handle *rth = xb->rth;
881 struct rtnl_handle rth;
1033 struct rtnl_handle rth;
1061 struct rtnl_handle rth;
ip.c 35 struct rtnl_handle rth = { .fd = -1 };
rtmon.c 70 struct rtnl_handle rth;
xfrm.h 75 struct rtnl_handle *rth;
xfrm_policy.c 226 struct rtnl_handle rth;
507 struct rtnl_handle rth;
626 struct rtnl_handle *rth = xb->rth;
687 struct rtnl_handle rth;
875 struct rtnl_handle rth;
904 struct rtnl_handle rth;
iprule.c 29 extern struct rtnl_handle rth;
357 struct rtnl_handle rth2;
xfrm_monitor.c 300 extern struct rtnl_handle rth;
iproute.c 995 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family)
    [all...]
  /external/iproute2/genl/
ctrl.c 44 struct rtnl_handle rth;
286 struct rtnl_handle rth;
370 struct rtnl_handle rth;
  /external/iproute2/misc/
ifstat.c 120 struct rtnl_handle rth;
arpd.c 61 struct rtnl_handle rth;
ss.c 924 struct rtnl_handle rth;
    [all...]

Completed in 856 milliseconds