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

/haiku/src/bin/network/ping/
H A Dping.c101 #define TIMEVAL_LEN ((int)sizeof(struct tv32))
119 struct tv32 { struct
1044 struct tv32 tv32; local
1067 tv32.tv32_sec = (uint32_t)htonl(now.tv_sec);
1068 tv32.tv32_nsec = (uint32_t)htonl(now.tv_nsec);
1073 bcopy((void *)&tv32,
1075 sizeof(tv32));
1191 struct tv32 tv32; local
[all...]
H A Dping6.c138 struct tv32 { struct
146 #define ICMP6ECHOTMLEN sizeof(struct tv32)
769 if (datalen >= sizeof(struct tv32)) {
1416 struct tv32 tv32; local
1424 tv32.tv32_sec = (uint32_t)htonl(tv.tv_sec);
1425 tv32.tv32_nsec = (uint32_t)htonl(tv.tv_nsec);
1426 memcpy(&outpack[ICMP6ECHOLEN], &tv32, sizeof(tv32));
1574 struct tv32 tp
[all...]

Completed in 45 milliseconds