OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_route_nh_set_ifindex
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/route/
nexthop.h
44
extern void
rtnl_route_nh_set_ifindex
(struct rtnl_nexthop *, int);
/external/libnl/lib/route/
nexthop.c
243
void
rtnl_route_nh_set_ifindex
(struct rtnl_nexthop *nh, int ifindex)
function
route_obj.c
863
rtnl_route_nh_set_ifindex
(nh, rtnh->rtnh_ifindex);
1019
rtnl_route_nh_set_ifindex
(old_nh, nla_get_u32(tb[RTA_OIF]));
/external/libnl/src/lib/
route.c
174
rtnl_route_nh_set_ifindex
(nh, ival);
Completed in 37 milliseconds