#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <asiolink/io_error.h>
#include <asiolink/udp_endpoint.h>
#include <dhcp/dhcp4.h>
#include <dhcp/dhcp6.h>
#include <dhcp/iface_mgr.h>
#include <dhcp/iface_mgr_error_handler.h>
#include <dhcp/pkt_filter_inet.h>
#include <dhcp/pkt_filter_inet6.h>
#include <exceptions/exceptions.h>
#include <util/io/pktinfo_utilities.h>
#include <util/multi_threading_mgr.h>
#include <boost/scoped_ptr.hpp>
#include <cstring>
#include <errno.h>
#include <fstream>
#include <functional>
#include <limits>
#include <sstream>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/select.h>
 
Go to the source code of this file.
 | 
|    | isc | 
|   | Defines the logger used by the top-level component of kea-dhcp-ddns. 
  | 
|   | 
|    | isc::dhcp | 
|   | 
      
        
          | #define FD_COPY | 
          ( | 
            | 
          orig,  | 
        
        
           | 
           | 
            | 
          copy  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:do { \
        memmove(
copy, orig, 
sizeof(fd_set)); \
 
    } while (0)
ElementPtr copy(ConstElementPtr from, int level)
Copy the data up to a nesting level. 
 
 
Definition at line 37 of file iface_mgr.cc.