Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dip.h141 union ipt_timestamp { union
147 } ipt_timestamp; member
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c168 &tsp->ipt_timestamp.ipt_ta[0].ipt_addr, in set_IPv4_options()
172 &tsp->ipt_timestamp.ipt_ta[1].ipt_addr, in set_IPv4_options()
1187 data_len = sizeof (tsp->ipt_timestamp.ipt_time[0]); in pr_tsopt()
1192 data_len = sizeof (tsp->ipt_timestamp.ipt_ta[0]); in pr_tsopt()
1198 data_len = sizeof (tsp->ipt_timestamp.ipt_ta[0]); in pr_tsopt()
1221 bcopy(&tsp->ipt_timestamp.ipt_ta[ts_index].ipt_addr, in pr_tsopt()
1224 bcopy(&tsp->ipt_timestamp.ipt_ta[ts_index].ipt_time, in pr_tsopt()
1227 bcopy(&tsp->ipt_timestamp.ipt_time[ts_index], in pr_tsopt()