Location:
in_sock.h
Link against:
TSoInetRouteInfo
Supported from 5.0
Encapsulates information describing an entry in the IP routing
table. TSoInetRouteInfo
objects are used to specify routing table
entries in calls to RSocket::GetOpt()
and
RSocket::SetOpt()
, when these functions are called with
anOptionLevel
set to KSolInetRtCtrl
.
Defined in TSoInetRouteInfo
:
iDstAddr
, iGateway
, iIfAddr
, iMetric
, iNetMask
, iState
, iType
TInetAddr iNetMask
Destination mask of network. If the destination is a host, set the mask
to KInetMaskHost
.