#include <mac_learning_mgmt.h>
|
enum | Event {
ADD_MAC
, CHANGE_MAC
, DELETE_MAC
, ADD_DBENTRY
,
CHANGE_DBENTRY
, DELETE_DBENTRY
, DELETE_DBENTRY_NO_OP
, DELETE_ALL_MAC
,
RELEASE_TOKEN
, ADD_MAC_IP
, CHANGE_MAC_IP
, DELETE_MAC_IP
} |
|
Definition at line 237 of file mac_learning_mgmt.h.
◆ Event
Enumerator |
---|
ADD_MAC | |
CHANGE_MAC | |
DELETE_MAC | |
ADD_DBENTRY | |
CHANGE_DBENTRY | |
DELETE_DBENTRY | |
DELETE_DBENTRY_NO_OP | |
DELETE_ALL_MAC | |
RELEASE_TOKEN | |
ADD_MAC_IP | |
CHANGE_MAC_IP | |
DELETE_MAC_IP | |
Definition at line 239 of file mac_learning_mgmt.h.
◆ MacLearningMgmtRequest() [1/2]
◆ MacLearningMgmtRequest() [2/2]
MacLearningMgmtRequest::MacLearningMgmtRequest |
( |
Event |
event, |
|
|
const DBEntry * |
db_entry, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
inline |
◆ db_entry()
const DBEntry* MacLearningMgmtRequest::db_entry |
( |
| ) |
|
|
inline |
◆ event()
Event MacLearningMgmtRequest::event |
( |
| ) |
|
|
inline |
◆ gen_id()
uint32_t MacLearningMgmtRequest::gen_id |
( |
| ) |
const |
|
inline |
◆ mac_learning_entry()
◆ set_gen_id()
void MacLearningMgmtRequest::set_gen_id |
( |
uint32_t |
gen_id | ) |
|
|
inline |
◆ db_entry_
const DBEntry* MacLearningMgmtRequest::db_entry_ |
|
private |
◆ event_
Event MacLearningMgmtRequest::event_ |
|
private |
◆ gen_id_
uint32_t MacLearningMgmtRequest::gen_id_ |
|
private |
◆ mac_learning_entry_
The documentation for this class was generated from the following file: