#include <vnswif_listener_base.h>
|
| Event (Type event, const std::string &interface, const Ip4Address &addr) |
|
| Event (Type event, const std::string &interface, uint32_t flags, unsigned short int type) |
|
| Event (Type event, const std::string &interface, const Ip4Address &addr, uint8_t plen, uint32_t flags, bool ipam) |
|
| Event (Type event, const Ip4Address &addr, uint8_t plen, const std::string &interface, const Ip4Address &gw, uint8_t protocol, uint32_t flags) |
|
Definition at line 38 of file vnswif_listener_base.h.
Enumerator |
---|
NONE |
|
ADD_ADDR |
|
DEL_ADDR |
|
ADD_INTERFACE |
|
DEL_INTERFACE |
|
ADD_ROUTE |
|
DEL_ROUTE |
|
ADD_LL_ROUTE |
|
DEL_LL_ROUTE |
|
Definition at line 39 of file vnswif_listener_base.h.
VnswInterfaceListenerBase::Event::Event |
( |
Type |
event, |
|
|
const std::string & |
interface, |
|
|
const Ip4Address & |
addr |
|
) |
| |
|
inline |
VnswInterfaceListenerBase::Event::Event |
( |
Type |
event, |
|
|
const std::string & |
interface, |
|
|
uint32_t |
flags, |
|
|
unsigned short int |
type |
|
) |
| |
|
inline |
VnswInterfaceListenerBase::Event::Event |
( |
Type |
event, |
|
|
const std::string & |
interface, |
|
|
const Ip4Address & |
addr, |
|
|
uint8_t |
plen, |
|
|
uint32_t |
flags, |
|
|
bool |
ipam |
|
) |
| |
|
inline |
VnswInterfaceListenerBase::Event::Event |
( |
Type |
event, |
|
|
const Ip4Address & |
addr, |
|
|
uint8_t |
plen, |
|
|
const std::string & |
interface, |
|
|
const Ip4Address & |
gw, |
|
|
uint8_t |
protocol, |
|
|
uint32_t |
flags |
|
) |
| |
|
inline |
Ip4Address VnswInterfaceListenerBase::Event::addr_ |
Type VnswInterfaceListenerBase::Event::event_ |
uint32_t VnswInterfaceListenerBase::Event::flags_ |
std::string VnswInterfaceListenerBase::Event::interface_ |
bool VnswInterfaceListenerBase::Event::ipam_ |
uint8_t VnswInterfaceListenerBase::Event::plen_ |
uint8_t VnswInterfaceListenerBase::Event::protocol_ |
unsigned short int VnswInterfaceListenerBase::Event::type_ |
The documentation for this struct was generated from the following file: