Searched refs:rtnh_ifindex (Results 1 – 8 of 8) sorted by relevance
/external/libnl/lib/route/ |
D | nexthop.c | 61 nh->rtnh_ifindex = src->rtnh_ifindex; in rtnl_route_nh_clone() 90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex); in rtnl_route_nh_compare() 124 nh->rtnh_ifindex, in nh_dump_line() 127 nl_dump(dp, " dev %d", nh->rtnh_ifindex); in nh_dump_line() 150 nh->rtnh_ifindex, in nh_dump_details() 153 nl_dump(dp, " dev %d", nh->rtnh_ifindex); in nh_dump_details() 184 nh->rtnh_ifindex, in nh_dump_env() 188 nh->rtnh_ifindex); in nh_dump_env() 245 nh->rtnh_ifindex = ifindex; in rtnl_route_nh_set_ifindex() 251 return nh->rtnh_ifindex; in rtnl_route_nh_get_ifindex()
|
D | route_obj.c | 863 rtnl_route_nh_set_ifindex(nh, rtnh->rtnh_ifindex); in parse_multipath() 1155 rtnh->rtnh_ifindex = nh->rtnh_ifindex; in rtnl_route_build_msg()
|
/external/iproute2/ip/ |
D | ipmroute.c | 164 fprintf(fp, "%s", ll_index_to_name(nh->rtnh_ifindex)); in print_mroute()
|
D | iproute.c | 682 fprintf(fp, " %s", ll_index_to_name(nh->rtnh_ifindex)); in print_route() 686 fprintf(fp, " dev %s", ll_index_to_name(nh->rtnh_ifindex)); in print_route() 753 if ((rtnh->rtnh_ifindex = ll_name_to_index(*argv)) == 0) { in parse_one_nh()
|
/external/libnl/include/linux/ |
D | rtnetlink.h | 299 int rtnh_ifindex; member
|
/external/iproute2/include/linux/ |
D | rtnetlink.h | 337 int rtnh_ifindex; member
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 335 int rtnh_ifindex; member
|
/external/libnl/include/ |
D | netlink-types.h | 247 uint32_t rtnh_ifindex; member
|