HomeSort by: relevance | last modified time | path
    Searched defs:hoplimit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.h 167 uint16_t hoplimit; /* AdvCurHopLimit */ member in struct:rainfo
  /src/sbin/ping6/
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...]

Completed in 37 milliseconds