Home | History | Annotate | Download | only in ip

Lines Matching refs:rtnh_ifindex

608 				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) {