Home | History | Annotate | Download | only in ip

Lines Matching refs:hoplimit

45 	[RTAX_HOPLIMIT] = "hoplimit",
72 fprintf(stderr, " [ rto_min TIME ] [ hoplimit NUMBER ] [ initrwnd NUMBER ]\n");
756 } else if (strcmp(*argv, "hoplimit") == 0) {
757 unsigned hoplimit;
763 if (get_unsigned(&hoplimit, *argv, 0))
764 invarg("\"hoplimit\" value is invalid\n", *argv);
765 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit);