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

1 2

  /external/iproute2/include/
ll_map.h 7 void ll_init_map(struct rtnl_handle *rth);
libnetlink.h 14 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 *rth
    [all...]
libgenl.h 23 extern int genl_resolve_family(struct rtnl_handle *grth, const char *family);
  /external/iproute2/bridge/
br_common.h 20 extern struct rtnl_handle rth;
bridge.c 19 struct rtnl_handle rth = { .fd = -1 };
  /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 74 struct rtnl_handle rth;
tc.c 49 struct rtnl_handle rth;
  /external/iproute2/lib/
libgenl.c 48 int genl_resolve_family(struct rtnl_handle *grth, const char *family)
libnetlink.c 38 void rtnl_close(struct rtnl_handle *rth)
46 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
96 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
101 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type)
106 int rtnl_wilddump_req_filter(struct rtnl_handle *rth, int family, int type,
132 int rtnl_send(struct rtnl_handle *rth, const void *buf, int len)
137 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len)
170 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len)
194 int rtnl_dump_request_n(struct rtnl_handle *rth, struct nlmsghdr *n)
215 int rtnl_dump_filter_l(struct rtnl_handle *rth
    [all...]
ll_map.c 205 void ll_init_map(struct rtnl_handle *rth)
  /external/iproute2/genl/
ctrl.c 44 struct rtnl_handle rth;
293 struct rtnl_handle rth;
377 struct rtnl_handle rth;
  /external/iproute2/ip/
ip_common.h 67 extern struct rtnl_handle rth;
ipfou.c 38 static struct rtnl_handle genl_rth = { .fd = -1 };
ipaddrlabel.c 46 extern struct rtnl_handle rth;
194 struct rtnl_handle rth2;
xfrm_policy.c 246 struct rtnl_handle rth;
559 struct rtnl_handle rth;
711 struct rtnl_handle *rth = xb->rth;
772 struct rtnl_handle rth;
1008 struct rtnl_handle rth;
1076 struct rtnl_handle rth;
1105 struct rtnl_handle rth;
iptoken.c 30 extern struct rtnl_handle rth;
rtmon.c 76 struct rtnl_handle rth;
xfrm.h 74 struct rtnl_handle *rth;
xfrm_state.c 271 struct rtnl_handle rth;
700 struct rtnl_handle rth;
957 struct rtnl_handle rth;
1048 struct rtnl_handle *rth = xb->rth;
1098 struct rtnl_handle rth;
    [all...]
ip.c 43 struct rtnl_handle rth = { .fd = -1 };
iprule.c 30 extern struct rtnl_handle rth;
498 struct rtnl_handle rth2;
tcp_metrics.c 39 static struct rtnl_handle grth = { .fd = -1 };
xfrm_monitor.c 351 extern struct rtnl_handle rth;

Completed in 148 milliseconds

1 2