Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <route.h>
This item is not part of the S60 5th Edition SDK

Struct rtentry

Interface status: externallyDefinedApi

struct rtentry;

Description

These numbers are used by reliable protocols for determining retransmission behavior and are included in the routing structure.

Members

Defined in rtentry:


Member data


rt_nodes

Interface status: externallyDefinedApi Inherited from: rtentry

radix_node rt_nodes[2];

Description

tree glue, and other values


rt_flags

Interface status: externallyDefinedApi Inherited from: rtentry

u_long rt_flags;

Description

up or down, host or net

/** rtentry::rt_ifp the answer: interface to use


rt_ifp

Interface status: externallyDefinedApi Inherited from: rtentry

ifnet * rt_ifp;

Description


rt_ifa

Interface status: externallyDefinedApi Inherited from: rtentry

ifaddr * rt_ifa;

Description

the answer: interface address to use


rt_rmx

Interface status: externallyDefinedApi Inherited from: rtentry

rt_metrics_lite rt_rmx;

Description

metrics used by rx'ing protocols


rt_refcnt

Interface status: externallyDefinedApi Inherited from: rtentry

long rt_refcnt;

Description

X held references


rt_llinfo

Interface status: externallyDefinedApi Inherited from: rtentry

caddr_t rt_llinfo;

Description

pointer to link level info cache


rt_gwroute

Interface status: externallyDefinedApi Inherited from: rtentry

rtentry * rt_gwroute;

Description

implied entry for gatewayed routes


rt_parent

Interface status: externallyDefinedApi Inherited from: rtentry

rtentry * rt_parent;

Description

cloning parent of this route


rt_gateway

Interface status: externallyDefinedApi Inherited from: rtentry

sockaddr rt_gateway;

Description

ateway addr (RTF_GATEWAY).


rt_dev

Interface status: externallyDefinedApi Inherited from: rtentry

char * rt_dev;

Description

Forcing the device at add.


rt_genmask

Interface status: externallyDefinedApi Inherited from: rtentry

sockaddr rt_genmask;

Description

Target network mask (IP).


rt_metric

Interface status: externallyDefinedApi Inherited from: rtentry

short int rt_metric;

Description

+1 for binary compatibility!


rt_dst

Interface status: externallyDefinedApi Inherited from: rtentry

sockaddr rt_dst;

Description

Target address.