|
|
FtiConfigEntryGetRtsock (FtiConfig& ftic)
| FtiConfigEntryGetRtsock |
~FtiConfigEntryGetRtsock ()
| ~FtiConfigEntryGetRtsock |
[virtual]
int start ()
| start |
[virtual]
Start operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigEntryGet.
int stop ()
| stop |
[virtual]
Stop operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigEntryGet.
void rtsock_data (const uint8_t* data, size_t nbytes)
| rtsock_data |
[virtual]
Data has pop-up.
Parameters:
data | the buffer with the data. |
nbytes | the number of bytes in the data buffer. |
Reimplemented from RoutingSocketObserver.
bool lookup_route4 (const IPv4& dst, Fte4& fte)
| lookup_route4 |
[virtual]
Lookup a route.
Parameters:
dst | host address to resolve. |
fte | return-by-reference forwarding table entry. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
bool lookup_entry4 (const IPv4Net& dst, Fte4& fte)
| lookup_entry4 |
[virtual]
Lookup entry.
Parameters:
dst | network address to resolve. |
fte | return-by-reference forwarding table entry. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
bool lookup_route6 (const IPv6& dst, Fte6& fte)
| lookup_route6 |
[virtual]
Lookup a route.
Parameters:
dst | host address to resolve. |
fte | return-by-reference forwarding table entry. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
bool lookup_entry6 (const IPv6Net& dst, Fte6& fte)
| lookup_entry6 |
[virtual]
Lookup entry.
Parameters:
dst | network address to resolve. |
fte | return-by-reference forwarding table entry. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
Generated by: pavlin on possum.icir.org on Mon Jun 9 13:23:54 2003, using kdoc 2.0a54+XORP. |