Searched refs:hoplimit (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Dprobe.c203 int hoplimit = 1; local
209 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
H A Drtsol.c126 /* specify to tell value of hoplimit field of received IP6 hdr */
195 int hoplimit = 255; local
201 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drtadvd.h145 u_int hoplimit; /* AdvCurHopLimit */ member in struct:rainfo
H A Ddump.c179 rai->retranstimer, rai->hoplimit);
H A Drtadvd.c952 if (ra->nd_ra_curhoplimit && rai->hoplimit &&
953 ra->nd_ra_curhoplimit != rai->hoplimit) {
962 rai->hoplimit);
1402 /* specify to tell value of hoplimit field of received IP6 hdr */
1561 int hoplimit = 255; local
1567 memcpy(CMSG_DATA(cm), &hoplimit, sizeof(int)); local
H A Dconfig.c213 tmp->hoplimit = val & 0xff;
462 ndi.ndi.chlim = tmp->hoplimit;
1144 ra->nd_ra_curhoplimit = (u_int8_t)(0xff & rainfo->hoplimit);
/macosx-10.10.1/network_cmds-457/ping6.tproj/
H A Dping6.c246 int hoplimit = -1; /* hoplimit */ variable
477 case 'h': /* hoplimit */
478 hoplimit = strtol(optarg, &e, 10);
480 errx(1, "illegal hoplimit %s", optarg);
481 if (255 < hoplimit || hoplimit < -1)
483 "illegal hoplimit -- %s", optarg);
951 if (hoplimit != -1)
1002 if (hoplimit !
[all...]

Completed in 116 milliseconds