Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: in_sock.h

Class TSoInetRouteInfo

class TSoInetRouteInfo;

Description

Route information structure.

Used with route options:

IPv4 addresses are returned as IPv4-mapped IPv6 addresses qualified with appropriate scope id (Symbian OS 7.0 and later).

Members

Defined in TSoInetRouteInfo:
iDstAddr, iGateway, iIfAddr, iMetric, iNetMask, iState, iType


Member data


iType

TRouteType iType;

Description

Route type.


iState

TRouteState iState;

Description

Route state.


iMetric

TInt iMetric;

Description

Route preference, with a smaller value indicating a preferred route.


iIfAddr

TInetAddr iIfAddr;

Description

IP address of the interface used for this route.


iGateway

TInetAddr iGateway;

Description

IP address of the gateway, or link-layer address for neighbour cache entries


iDstAddr

TInetAddr iDstAddr;

Description

IP address of the destination network or host.


iNetMask

TInetAddr iNetMask;

Description

Destination mask of network.