![]() |
Choco OS
V.0.16.9.0
Join to the chocolate world
|
stores entry of the routing table More...
#include <oc_netifman.h>
Data Fields | |
oC_Net_Address_t | DestinationAddress |
Destination address of the packet. | |
oC_Net_Address_t | Netmask |
Subnetwork mask. | |
oC_Net_Cost_t | Cost |
Cost of interface usage (it is to allow choosing one interface more frequently than another) | |
oC_Netif_t | Netif |
Netif interface to use. | |
The type is for storing routing table entry. In computer networking the Routing Table, or routing information base (RIB), is a data table stored in a router or a networked computer that lists the routes to particular network destinations, and in some cases, metrics (distances) associated with those routes. The routing table contains information about the topology of the network immediately around it.
For more info see: routing table in wikipedia
Definition at line 56 of file oc_netifman.h.