class FtiConfigEntryGetRtsock


Definition#include <fticonfig_entry_get.hh>
InheritsFtiConfigEntryGet [public ], RoutingSocket [public ], RoutingSocketObserver [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 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:
datathe buffer with the data.
nbytesthe 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:
dsthost address to resolve.
ftereturn-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:
dstnetwork address to resolve.
ftereturn-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:
dsthost address to resolve.
ftereturn-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:
dstnetwork address to resolve.
ftereturn-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.