Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_socket.c73 #define CMSG32_SPACE(l) (CMSG32_ALIGN(sizeof(struct cmsghdr)) + CMSG32_ALIGN(l)) macro
115 j = CMSG32_SPACE(cmsg->cmsg_len - CMSG_LEN(0)); in copyout32_msg_control_mbuf()