|
|
|
| Interface status: | externallyDefinedApi |
struct rtentry;
These numbers are used by reliable protocols for determining retransmission behavior and are included in the routing structure.
Defined in rtentry:
rt_devForcing the device at add. rt_dstTarget address. rt_flagsup or down, host or netrt_gatewayateway addr (RTF_GATEWAY). rt_genmaskTarget network mask (IP). rt_gwrouteimplied entry for gatewayed routes rt_ifathe answer: interface address to use rt_ifprt_llinfopointer to link level info cache rt_metric+1 for binary compatibility! rt_nodestree glue, and other values rt_parentcloning parent of this route rt_refcntX held references rt_rmxmetrics used by rx'ing protocols | Interface status: | externallyDefinedApi | Inherited from: rtentry |
radix_node rt_nodes[2];
tree glue, and other values
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
u_long rt_flags;
up or down, host or net
/** rtentry::rt_ifp the answer: interface to use
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
ifaddr * rt_ifa;
the answer: interface address to use
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
rt_metrics_lite rt_rmx;
metrics used by rx'ing protocols
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
long rt_refcnt;
X held references
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
caddr_t rt_llinfo;
pointer to link level info cache
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
rtentry * rt_gwroute;
implied entry for gatewayed routes
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
rtentry * rt_parent;
cloning parent of this route
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
sockaddr rt_gateway;
ateway addr (RTF_GATEWAY).
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
char * rt_dev;
Forcing the device at add.
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
sockaddr rt_genmask;
Target network mask (IP).
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
short int rt_metric;
+1 for binary compatibility!
| Interface status: | externallyDefinedApi | Inherited from: rtentry |
sockaddr rt_dst;
Target address.