Home
last modified time | relevance | path

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

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