Ipv4RoutingTableEntry Struct Reference
  Routing table entry. More...
#include <ipv4_routing.h>
| Data Fields | |
| bool_t | valid | 
| Valid entry.  More... | |
| Ipv4Addr | networkDest | 
| Network destination.  More... | |
| Ipv4Addr | networkMask | 
| Subnet mask for this route.  More... | |
| NetInterface * | interface | 
| Outgoing network interface.  More... | |
| Ipv4Addr | nextHop | 
| Next hop.  More... | |
| uint_t | metric | 
| Metric value.  More... | |
Detailed Description
Routing table entry.
Definition at line 62 of file ipv4_routing.h.
Field Documentation
◆ interface
| NetInterface* interface | 
Outgoing network interface.
Definition at line 67 of file ipv4_routing.h.
◆ metric
| uint_t metric | 
Metric value.
Definition at line 69 of file ipv4_routing.h.
◆ networkDest
| Ipv4Addr networkDest | 
Network destination.
Definition at line 65 of file ipv4_routing.h.
◆ networkMask
| Ipv4Addr networkMask | 
Subnet mask for this route.
Definition at line 66 of file ipv4_routing.h.
◆ nextHop
| Ipv4Addr nextHop | 
Next hop.
Definition at line 68 of file ipv4_routing.h.
◆ valid
| bool_t valid | 
Valid entry.
Definition at line 64 of file ipv4_routing.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv4/ipv4_routing.h
