RT6_ENTRY Struct Reference

The structure describes the ROUTE6 Entry. More...

#include <route6if.h>


Data Fields

LIST_NODE links
 Links to the the next entry.
UINT32 Flags
 Routing Flag Entries. This can be set to Host, Network or Gateway Routes.
UINT32 RefCount
 Reference Counter.
UINT32 dwTimeout
 Expiration time in SECONDS.
IP6N NetworkAddr
 Network Address.
IP6N IPAddr
 IP Address.
IP6N IPMask
 IP Mask.
IP6N NextHop
 Next Hop IP Address.
UINT32 ProtMTU
 Protocol MTU for this route.
NETIF_DEVICE * ptr_device
 Pointer to the network interface on which the route resides.
HANDLE hLLI6
 HANDLE to the LLI6 Entry.


Detailed Description

The structure describes the ROUTE6 Entry.

There exists an entry for each of the following:-

Thus currently the Flags supported here are:-


The documentation for this struct was generated from the following file:
Copyright 2009, Texas Instruments Incorporated