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

/external/libnl/lib/route/
H A Dnexthop.c61 nh->rtnh_ifindex = src->rtnh_ifindex;
90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex);
124 nh->rtnh_ifindex,
127 nl_dump(dp, " dev %d", nh->rtnh_ifindex);
150 nh->rtnh_ifindex,
153 nl_dump(dp, " dev %d", nh->rtnh_ifindex);
184 nh->rtnh_ifindex,
188 nh->rtnh_ifindex);
[all...]
H A Droute_obj.c863 rtnl_route_nh_set_ifindex(nh, rtnh->rtnh_ifindex);
1155 rtnh->rtnh_ifindex = nh->rtnh_ifindex;
/external/iproute2/include/linux/
H A Drtnetlink.h309 int rtnh_ifindex; member in struct:rtnexthop
/external/libnl/include/linux/
H A Drtnetlink.h299 int rtnh_ifindex; member in struct:rtnexthop
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h321 int rtnh_ifindex; member in struct:rtnexthop
/external/libnl/include/
H A Dnetlink-types.h247 uint32_t rtnh_ifindex; member in struct:rtnl_nexthop
/external/iproute2/ip/
H A Diproute.c608 fprintf(fp, " %s", ll_index_to_name(nh->rtnh_ifindex));
612 fprintf(fp, " dev %s", ll_index_to_name(nh->rtnh_ifindex));
643 if ((rtnh->rtnh_ifindex = ll_name_to_index(*argv)) == 0) {

Completed in 1383 milliseconds