#include <netlink.hh>
Inheritance diagram for olsr::sys::netlink::NLNewLink:
Public Types | |
typedef std::list< NLLinkAttr * > | attrs_t |
Public Member Functions | |
NLNewLink (unsigned char f, unsigned short t, int i, unsigned int fl) | |
virtual | ~NLNewLink () |
virtual void | accept (Visitor &v) const |
void | add_attr (NLLinkAttr *a) |
unsigned char | family () const |
unsigned short | type () const |
unsigned | index () const |
unsigned int | flags () const |
const attrs_t & | attrs () const |
Private Attributes | |
unsigned char | _family |
unsigned short | _type |
unsigned | _index |
unsigned int | _flags |
attrs_t | _attrs |
|
|
|
|
|
|
|
Implements olsr::sys::netlink::NLMessage. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|