Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1721 static inline abi_long target_to_host_cmsg(struct msghdr *msgh, in target_to_host_cmsg() argument
1724 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg()
1747 if (space > msgh->msg_controllen) { in target_to_host_cmsg()
1805 cmsg = CMSG_NXTHDR(msgh, cmsg); in target_to_host_cmsg()
1811 msgh->msg_controllen = space; in target_to_host_cmsg()
1816 struct msghdr *msgh) in host_to_target_cmsg() argument
1818 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg()
2037 cmsg = CMSG_NXTHDR(msgh, cmsg); in host_to_target_cmsg()