Kea 2.7.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 932 of file communication_state.h.
std::vector<uint8_t> isc::ha::CommunicationState4::ConnectingClient4::clientid_ |
Definition at line 934 of file communication_state.h.
std::vector<uint8_t> isc::ha::CommunicationState4::ConnectingClient4::hwaddr_ |
Definition at line 933 of file communication_state.h.
Referenced by isc::ha::CommunicationState4::analyzeMessageInternal().
bool isc::ha::CommunicationState4::ConnectingClient4::unacked_ |
Definition at line 935 of file communication_state.h.