Searched refs:tvts (Results 1 – 1 of 1) sorted by relevance
47 int64_t tvts[2]; in __convert_scm_timestamps() local74 tvts[0] = tmp[0]; in __convert_scm_timestamps()75 tvts[1] = tmp[1]; in __convert_scm_timestamps()85 if (CMSG_SPACE (sizeof tvts) > msgsize - msg->msg_controllen) in __convert_scm_timestamps()91 msg->msg_controllen += CMSG_SPACE (sizeof tvts); in __convert_scm_timestamps()97 cmsg->cmsg_len = CMSG_LEN (sizeof tvts); in __convert_scm_timestamps()98 memcpy (CMSG_DATA (cmsg), tvts, sizeof tvts); in __convert_scm_timestamps()
Completed in 2 milliseconds