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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1179 int ts_index = 0; local
1219 if ((tsp->ipt_ptr == ts_index * data_len + 5) && rrflag) {
1224 bcopy(&tsp->ipt_timestamp.ipt_ta[ts_index].ipt_addr,
1227 bcopy(&tsp->ipt_timestamp.ipt_ta[ts_index].ipt_time,
1230 bcopy(&tsp->ipt_timestamp.ipt_time[ts_index],
1235 if (tsp->ipt_ptr == ts_index * data_len + 5)
1238 ts_index++;

Completed in 123 milliseconds