Searched refs:rtnh_hops (Results 1 – 6 of 6) sorted by relevance
165 if (nh->rtnh_hops > 1) in print_mroute()166 fprintf(fp, "(ttl %d) ", nh->rtnh_hops); in print_mroute()
683 if (nh->rtnh_hops != 1) in print_route()684 fprintf(fp, "(ttl>%d)", nh->rtnh_hops); in print_route()687 fprintf(fp, " weight %d", nh->rtnh_hops+1); in print_route()762 rtnh->rtnh_hops = w - 1; in parse_one_nh()
298 unsigned char rtnh_hops; member
334 unsigned char rtnh_hops; member
336 unsigned char rtnh_hops; member
862 rtnl_route_nh_set_weight(nh, rtnh->rtnh_hops); in parse_multipath()1154 rtnh->rtnh_hops = nh->rtnh_weight; in rtnl_route_build_msg()