Searched refs:rtnl_open_byproto (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/genl/
H A Dctrl.c63 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/
H A Dxfrm_policy.c393 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)
H A Dxfrm_state.c545 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)
H A Dxfrm_monitor.c414 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
H A Dipl2tp.c783 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
/external/iproute2/include/
H A Dlibnetlink.h24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
/external/iproute2/lib/
H A Dlibnetlink.c38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, function
89 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);

Completed in 128 milliseconds