Struct:tt6UserAddrEntry

Jump to: navigation, search
 
#include trsocket.h
 
typedef struct ts6UserAddrEntry
{
struct in6_addr addrValue;
ttUser32Bit addrPrefLifeTime;
ttUser32Bit addrValidLifeTime;
} tt6UserAddrEntry;
 
typedef tt6UserAddrEntry TM_FAR * tt6UserAddrEntryPtr;
 


Members

  • addrValue
    IPv6 address
  • addrPrefLifeTime
    Preferred lifetime of the address, in seconds
  • addrValidLifeTime
    Valid lifetime of the address, in seconds