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

/haiku/src/bin/network/ping/
H A Dping6.c1574 struct tv32 tpp; local
1619 memcpy(&tpp, icp + 1, sizeof(tpp));
1620 tp.tv_sec = ntohl(tpp.tv32_sec);
1621 tp.tv_nsec = ntohl(tpp.tv32_nsec);

Completed in 39 milliseconds