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

  /src/usr.sbin/rtadvd/
rtadvd.h 167 uint16_t hoplimit; /* AdvCurHopLimit */ member in struct:rainfo
dump.c 155 rai->retranstimer, rai->hoplimit);
rtadvd.c 1092 if (ra->nd_ra_curhoplimit && rai->hoplimit &&
1093 ra->nd_ra_curhoplimit != rai->hoplimit) {
1102 rai->hoplimit);
1544 /* specify to tell value of hoplimit field of received IP6 hdr */
config.c 285 tmp->hoplimit = val & 0xff;
1084 ra->nd_ra_curhoplimit = (uint8_t)(0xff & rainfo->hoplimit);
  /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 15 milliseconds