|
|
BGPParameter ()
| BGPParameter |
BGPParameter (uint8_t l, const uint8_t* d)
| BGPParameter |
BGPParameter (const BGPParameter& param)
| BGPParameter |
~BGPParameter ()
| ~BGPParameter |
[virtual]
void decode ()
| decode |
[pure virtual]
void encode ()
| encode |
[const pure virtual]
void dump_contents ()
| dump_contents |
[const]
void set_type (ParamType t)
| set_type |
ParamType type ()
| type |
[const]
void set_length (int l)
| set_length |
uint8_t get_datalength ()
| get_datalength |
[const]
uint8_t get_paramlength ()
| get_paramlength |
[const]
uint8_t* get_data ()
| get_data |
[const]
BGPParameter* clone ()
| clone |
[const]
string str ()
| str |
[const pure virtual]
ParamType _type | _type |
[protected]
uint8_t _length | _length |
[protected]
uint8_t* _data | _data |
[protected]
Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:58 2002, using kdoc 2.0a54+XORP. |