FreeRDP
uwac-os.h File Reference
#include <sys/socket.h>
This graph shows which files directly or indirectly include this file:

Functions

int uwac_os_socket_cloexec (int domain, int type, int protocol)
 
int uwac_os_dupfd_cloexec (int fd, long minfd)
 
ssize_t uwac_os_recvmsg_cloexec (int sockfd, struct msghdr *msg, int flags)
 
int uwac_os_epoll_create_cloexec (void)
 
int uwac_create_anonymous_file (off_t size)
 

Function Documentation

◆ uwac_create_anonymous_file()

int uwac_create_anonymous_file ( off_t  size)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uwac_os_dupfd_cloexec()

int uwac_os_dupfd_cloexec ( int  fd,
long  minfd 
)
Here is the call graph for this function:

◆ uwac_os_epoll_create_cloexec()

int uwac_os_epoll_create_cloexec ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ uwac_os_recvmsg_cloexec()

ssize_t uwac_os_recvmsg_cloexec ( int  sockfd,
struct msghdr *  msg,
int  flags 
)
Here is the call graph for this function:

◆ uwac_os_socket_cloexec()

int uwac_os_socket_cloexec ( int  domain,
int  type,
int  protocol 
)
Here is the call graph for this function: