Home | History | Annotate | Download | only in ping6

Lines Matching refs:hoplimit

237 int hoplimit = -1;		/* hoplimit */
463 case 'h': /* hoplimit */
464 hoplimit = strtol(optarg, &e, 10);
466 errx(1, "illegal hoplimit %s", optarg);
467 if (255 < hoplimit || hoplimit < -1)
469 "illegal hoplimit -- %s", optarg);
872 if (hoplimit != -1)
908 if (hoplimit != -1) {
912 *(int *)(CMSG_DATA(scmsgp)) = hoplimit;
984 if (hoplimit != -1 &&
986 (void *)&hoplimit, sizeof(hoplimit)))
989 if (hoplimit != -1 &&
991 (void *)&hoplimit, sizeof(hoplimit)))
2694 "\t[-s packetsize] [-h hoplimit] [-g gateway] [hops...] host\n");