7 #ifndef PKT_FILTER_INET6_H
8 #define PKT_FILTER_INET6_H
11 #include <boost/scoped_array.hpp>
44 const bool join_multicast);
82 static const size_t CONTROL_BUF_LEN;
88 #endif // PKT_FILTER_INET6_H
Represents a single network interface.
virtual SocketInfo openSocket(const Iface &iface, const isc::asiolink::IOAddress &addr, const uint16_t port, const bool join_multicast)
Opens a socket.
boost::shared_ptr< Pkt6 > Pkt6Ptr
A pointer to Pkt6 packet.
Defines the logger used by the top-level component of kea-dhcp-ddns.
Abstract packet handling class for DHCPv6.
virtual int send(const Iface &iface, uint16_t sockfd, const Pkt6Ptr &pkt)
Sends DHCPv6 message through a specified interface and socket.
A DHCPv6 packet handling class using datagram sockets.
The IOAddress class represents an IP addresses (version agnostic)
virtual Pkt6Ptr receive(const SocketInfo &socket_info)
Receives DHCPv6 message on the interface.
Holds information about socket.