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

  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.h 67 uint8_t hoplimit; member in struct:ra
ipv6nd.c 530 .hoplimit = IPV6_DEFHLIM ,
953 struct interface *ifp, struct icmp6_hdr *icp, size_t len, int hoplimit)
996 if (hoplimit != 255) {
997 logerrx("invalid hoplimit(%d) in RA from %s", hoplimit, sfrom);
1103 rap->hoplimit = nd_ra->nd_ra_curhoplimit;
1105 rap->hoplimit = IPV6_DEFHLIM;
1601 if (efprintf(fp, "%s_hoplimit=%u", ndprefix, rap->hoplimit) == -1)
1906 int hoplimit = 0; local
1917 ifp = if_findifpfromcmsg(ctx, msg, &hoplimit);
    [all...]
  /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
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 29 milliseconds