HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_open_byproto (Results 1 - 7 of 7) 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/ip/
xfrm_policy.c 393 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
656 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
841 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
978 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1027 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
xfrm_state.c 545 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
681 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
871 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
998 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1124 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1174 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
xfrm_monitor.c 414 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
ipl2tp.c 783 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
  /external/iproute2/include/
libnetlink.h 24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
  /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 95 milliseconds