![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include "arch/IArchMultithread.h"#include "arch/IArchNetwork.h"#include <memory>#include <mutex>#include <poll.h>#include <sys/socket.h>

Go to the source code of this file.
Classes | |
| class | ArchSocketImpl |
| Internal socket data. An architecture dependent type holding the necessary data for a socket. More... | |
| class | ArchNetAddressImpl |
| Internal network address data. An architecture dependent type holding the necessary data for a network address. More... | |
| class | ArchNetworkBSD |
| Berkeley (BSD) sockets implementation of IArchNetwork. More... | |
| struct | ArchNetworkBSD::Deps |
Macros | |
| #define | ARCH_NETWORK ArchNetworkBSD |
| #define | TYPED_ADDR(type_, addr_) |
Typedefs | |
| using | optval_t = char |
| #define ARCH_NETWORK ArchNetworkBSD |
| #define TYPED_ADDR | ( | type_, | |
| addr_ ) |
| using optval_t = char |