Lines Matching refs:tv32
93 #define TIMEVAL_LEN ((int)sizeof(struct tv32))
111 struct tv32 { struct
1007 struct tv32 tv32; in pinger() local
1030 tv32.tv32_sec = (uint32_t)htonl(now.tv_sec); in pinger()
1031 tv32.tv32_nsec = (uint32_t)htonl(now.tv_nsec); in pinger()
1036 bcopy((void *)&tv32, in pinger()
1038 sizeof(tv32)); in pinger()
1154 struct tv32 tv32; in pr_pack() local
1162 memcpy(&tv32, tp, sizeof(tv32)); in pr_pack()
1163 tv1.tv_sec = ntohl(tv32.tv32_sec); in pr_pack()
1164 tv1.tv_nsec = ntohl(tv32.tv32_nsec); in pr_pack()