HomeSort by relevance Sort by last modified time
    Searched refs:hoplimit (Results 1 - 3 of 3) sorted by null

  /external/ping6/
ping6.c 235 int hoplimit = -1; /* hoplimit */ variable
439 case 'h': /* hoplimit */
440 hoplimit = strtol(optarg, &e, 10);
442 errx(1, "illegal hoplimit %s", optarg);
443 if (255 < hoplimit || hoplimit < -1)
445 "illegal hoplimit -- %s", optarg);
848 if (hoplimit != -1)
884 if (hoplimit != -1)
    [all...]
  /external/iproute2/ip/
iproute.c 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; local
763 if (get_unsigned(&hoplimit, *argv, 0))
764 invarg("\"hoplimit\" value is invalid\n", *argv);
765 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit);
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 60 milliseconds