|
|
FtiConfigTableGet (FtiConfig& ftic)
| FtiConfigTableGet |
~FtiConfigTableGet ()
| ~FtiConfigTableGet |
[virtual]
FtiConfig& ftic ()
| ftic |
void register_ftic ()
| register_ftic |
[virtual]
int start ()
| start |
[pure virtual]
Start operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
int stop ()
| stop |
[pure virtual]
Stop operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
bool get_table4 (list<Fte4>& fte_list)
| get_table4 |
[pure virtual]
Obtain the unicast forwarding table.
Parameters:
fte_list | the return-by-reference list with all entries in the unicast forwarding table. |
Returns: true on success, otherwise false.
bool get_table6 (list<Fte6>& fte_list)
| get_table6 |
[pure virtual]
Obtain the unicast forwarding table.
Parameters:
fte_list | the return-by-reference list with all entries in the unicast forwarding table. |
Returns: true on success, otherwise false.
int sock (int family)
| sock |
bool parse_buffer_rtm (int family, list<FteX>& fte_list, const uint8_t *buf,
size_t buf_bytes)
| parse_buffer_rtm |
[protected]
bool parse_buffer_nlm (int family, list<FteX>& fte_list, const uint8_t* buf,
size_t buf_bytes)
| parse_buffer_nlm |
[protected]
int _s4 | _s4 |
[protected]
int _s6 | _s6 |
[protected]
Generated by: pavlin on possum.icir.org on Mon Jun 9 13:23:54 2003, using kdoc 2.0a54+XORP. |