TInetRouteInfo Class Reference

class TInetRouteInfo

Information of a route entry in IP stack. Used by event service (EClassRoute events) and KSoInetRouteInfo socket option.

Public Member Enumerations
enumanonymous { EDeprecated = 0x80000000 }
enumTState {
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

Member Enumerations Documentation

Enum anonymous

Enumerators

EDeprecated = 0x80000000

Enum TState

Enumerators

EIncomplete = 0
ELoopback = 1
EOnlink = 2
EGateway = 3
EAnycast = 5
ERedirect = 7
EReachable = 8
EStale = 16

Member Data Documentation

TIp6Addr iDstAddr

TIp6Addr iDstAddr

TIp6Addr iGateway

TIp6Addr iGateway

TUint32 iIndex

TUint32 iIndex

TUint32 iInterface

TUint32 iInterface

TUint32 iLifetime

TUint32 iLifetime

TInt iMetric

TInt iMetric

TUint8 iPrefixLen

TUint8 iPrefixLen

TUint32 iScopeId

TUint32 iScopeId

TUint iState

TUint iState

TUint iType

TUint iType