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

/macosx-10.9.5/network_cmds-433/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.9.5/network_cmds-433/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.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c243 int hoplimit = -1; /* hoplimit */ variable
473 case 'h': /* hoplimit */
474 hoplimit = strtol(optarg, &e, 10);
476 errx(1, "illegal hoplimit %s", optarg);
477 if (255 < hoplimit || hoplimit < -1)
479 "illegal hoplimit -- %s", optarg);
944 if (hoplimit != -1)
995 if (hoplimit !
[all...]

Completed in 108 milliseconds