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

  /external/iproute2/genl/
ctrl.c 63 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
306 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
372 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) {
  /external/iproute2/include/
libnetlink.h 23 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
  /external/iproute2/ip/
xfrm_state.c 493 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
617 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
793 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
920 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1046 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1096 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
xfrm_policy.c 337 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
581 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
752 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
889 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
938 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
xfrm_monitor.c 371 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
  /external/iproute2/lib/
libnetlink.c 38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, function
89 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);

Completed in 154 milliseconds