| /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/external/bsd/dhcpcd/dist/src/ |
| ipv6nd.h | 66 uint8_t hoplimit; member in struct:ra
|
| ipv6nd.c | 548 .hoplimit = IPV6_DEFHLIM, 1003 int hoplimit) 1052 if (hoplimit != 255) { 1053 logerrx("invalid hoplimit(%d) in RA from %s", hoplimit, sfrom); 1207 rap->hoplimit = nd_ra->nd_ra_curhoplimit; 1209 rap->hoplimit = IPV6_DEFHLIM; 1667 if (efprintf(fp, "%s_hoplimit=%u", ndprefix, rap->hoplimit) == 1975 int hoplimit = 0; local 1986 ifp = if_findifpfromcmsg(ctx, msg, &hoplimit); [all...] |
| if.c | 862 if_findifpfromcmsg(struct dhcpcd_ctx *ctx, struct msghdr *msg, int *hoplimit) 877 UNUSED(hoplimit); 918 if (hoplimit == NULL) 920 memcpy(hoplimit, CMSG_DATA(cm), sizeof(int));
|
| if-bsd.c | 1783 nd.ndi.chlim = rap->hoplimit; 1802 #warning OS does not allow setting of RA bits hoplimit, retrans or reachable
|
| /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...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.h | 347 int *NONNULL hoplimit, addr_t *NONNULL source, addr_t *NONNULL destination);
|