![]() |
Kea 2.2.0
|
Support to transfer file descriptors between processes. More...
This graph shows which files directly or indirectly include this file: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... | |
Variables | |
| const int | isc::util::io::FD_OTHER_ERROR = -1 |
| const int | isc::util::io::FD_SYSTEM_ERROR = -2 |
Support to transfer file descriptors between processes.
Definition in file fd_share.h.