Kea
1.9.9-git
|
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_. More... | |
int | socket_ |
Socket descriptor of the external socket. More... | |
Keeps callback information for external sockets.
Definition at line 639 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 644 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 641 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().