Kea
1.9.9-git
|
#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>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
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... | |