class TInetRouteInfo |
Information of a route entry in IP stack. Used by event service (EClassRoute events) and KSoInetRouteInfo socket option.
Public Member Enumerations | |
---|---|
enum | anonymous { EDeprecated = 0x80000000 } |
enum |
TState
{
EIncomplete = 0, ELoopback = 1, EOnlink = 2, EGateway = 3, EAnycast = 5, ERedirect = 7, EReachable = 8, EStale = 16 } |
Public Attributes | |
---|---|
TIp6Addr | iDstAddr |
TIp6Addr | iGateway |
TUint32 | iIndex |
TUint32 | iInterface |
TUint32 | iLifetime |
TInt | iMetric |
TUint8 | iPrefixLen |
TUint32 | iScopeId |
TUint | iState |
TUint | iType |
EIncomplete = 0 | |
ELoopback = 1 | |
EOnlink = 2 | |
EGateway = 3 | |
EAnycast = 5 | |
ERedirect = 7 | |
EReachable = 8 | |
EStale = 16 |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.