class FtiConfigEntryGetRtsock


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

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.

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 Thu Jul 8 23:48:26 2004, using kdoc $.