![]() |
Kea 2.5.5
|
Structure holding information about the client which has sent the packet being analyzed. More...
#include <communication_state.h>
Public Attributes | |
std::vector< uint8_t > | clientid_ |
std::vector< uint8_t > | hwaddr_ |
bool | unacked_ |
Structure holding information about the client which has sent the packet being analyzed.
Definition at line 903 of file communication_state.h.
std::vector<uint8_t> isc::ha::CommunicationState4::ConnectingClient4::clientid_ |
Definition at line 905 of file communication_state.h.
std::vector<uint8_t> isc::ha::CommunicationState4::ConnectingClient4::hwaddr_ |
Definition at line 904 of file communication_state.h.
Referenced by isc::ha::CommunicationState4::analyzeMessageInternal().
bool isc::ha::CommunicationState4::ConnectingClient4::unacked_ |
Definition at line 906 of file communication_state.h.