FreeRDP
|
#include <sys/socket.h>
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) |
int uwac_create_anonymous_file | ( | off_t | size | ) |
int uwac_os_dupfd_cloexec | ( | int | fd, |
long | minfd | ||
) |
int uwac_os_epoll_create_cloexec | ( | void | ) |
ssize_t uwac_os_recvmsg_cloexec | ( | int | sockfd, |
struct msghdr * | msg, | ||
int | flags | ||
) |
int uwac_os_socket_cloexec | ( | int | domain, |
int | type, | ||
int | protocol | ||
) |