ping6.c | 210 static int hoplimit = -1; /* hoplimit */ variable in typeref:typename:int 404 case 'h': /* hoplimit */ 405 hoplimit = strtol(optarg, &e, 10); 407 errx(1, "illegal hoplimit %s", optarg); 408 if (255 < hoplimit || hoplimit < -1) 410 "illegal hoplimit -- %s", optarg); 765 if (hoplimit != -1) 796 if (hoplimit != -1) [all...] |