|  | Kea 3.1.0
    | 
Keeps callback information for external sockets. More...
#include <iface_mgr.h>
| Public Attributes | |
| SocketCallback | callback_ | 
| A callback that will be called when data arrives over socket_. | |
| int | socket_ | 
| Socket descriptor of the external socket. | |
Keeps callback information for external sockets.
Definition at line 673 of file iface_mgr.h.
| SocketCallback isc::dhcp::IfaceMgr::SocketCallbackInfo::callback_ | 
A callback that will be called when data arrives over socket_.
Definition at line 678 of file iface_mgr.h.
Referenced by isc::dhcp::IfaceMgr::addExternalSocket(), isc::dhcp::IfaceMgr::receive4Direct(), isc::dhcp::IfaceMgr::receive4Indirect(), isc::dhcp::IfaceMgr::receive6Direct(), and isc::dhcp::IfaceMgr::receive6Indirect().
| int isc::dhcp::IfaceMgr::SocketCallbackInfo::socket_ | 
Socket descriptor of the external socket.
Definition at line 675 of file iface_mgr.h.
Referenced by isc::dhcp::IfaceMgr::addExternalSocket(), isc::dhcp::IfaceMgr::receive4Direct(), isc::dhcp::IfaceMgr::receive4Indirect(), isc::dhcp::IfaceMgr::receive6Direct(), and isc::dhcp::IfaceMgr::receive6Indirect().