Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dconvert_scm_timestamps.c47 int64_t tvts[2]; in __convert_scm_timestamps() local
76 tvts[0] = tmp[0]; in __convert_scm_timestamps()
77 tvts[1] = tmp[1]; in __convert_scm_timestamps()
85 if (CMSG_SPACE (sizeof tvts) > msgsize - msg->msg_controllen) in __convert_scm_timestamps()
94 CMSG_SPACE (sizeof tvts)); in __convert_scm_timestamps()
95 msg->msg_controllen += CMSG_SPACE (sizeof tvts); in __convert_scm_timestamps()
99 cmsg->cmsg_len = CMSG_LEN (sizeof tvts); in __convert_scm_timestamps()
100 memcpy (CMSG_DATA (cmsg), tvts, sizeof tvts); in __convert_scm_timestamps()