![]() |
Kea 2.2.0
|
#include <config.h>#include <cstring>#include <cstdlib>#include <sys/types.h>#include <sys/socket.h>#include <sys/uio.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <util/io/fd_share.h>
Include dependency graph for fd_share.cc:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::util |
| namespace | isc::util::io |
Functions | |
| int | isc::util::io::recv_fd (const int sock) |
| Receives a file descriptor. More... | |
| int | isc::util::io::send_fd (const int sock, const int fd) |
| Sends a file descriptor. More... | |