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

  /external/iproute2/include/
libnetlink.h 50 extern int rtnl_send(struct rtnl_handle *rth, const char *buf, int);
  /external/iproute2/genl/
ctrl.c 353 if (rtnl_send(&rth, (const char *) nlh, nlh->nlmsg_len) < 0) {
  /external/iproute2/ip/
iplink.c 158 rtnl_send(&rth, (char *)&req.n, req.n.nlmsg_len);
  /external/iproute2/lib/
libnetlink.c 110 int rtnl_send(struct rtnl_handle *rth, const char *buf, int len) function
  /external/iproute2/misc/
arpd.c 284 return rtnl_send(&rth, (char*)&req, req.n.nlmsg_len) <= 0;

Completed in 60 milliseconds