#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.
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::MacLearningMgmtRequest |
( |
Event |
event, |
|
|
const DBEntry * |
db_entry, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
inline |
const DBEntry* MacLearningMgmtRequest::db_entry |
( |
| ) |
|
|
inline |
Event MacLearningMgmtRequest::event |
( |
| ) |
|
|
inline |
uint32_t MacLearningMgmtRequest::gen_id |
( |
| ) |
const |
|
inline |
void MacLearningMgmtRequest::set_gen_id |
( |
uint32_t |
gen_id | ) |
|
|
inline |
const DBEntry* MacLearningMgmtRequest::db_entry_ |
|
private |
Event MacLearningMgmtRequest::event_ |
|
private |
uint32_t MacLearningMgmtRequest::gen_id_ |
|
private |
The documentation for this class was generated from the following file: