Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Ipv4RoutingTableEntry Struct Reference
Routing table entry. More...
#include <ipv4_routing.h>
| Data Fields | |
| bool_t | valid | 
| Valid entry. | |
| Ipv4Addr | networkDest | 
| Network destination. | |
| Ipv4Addr | networkMask | 
| Subnet mask for this route. | |
| NetInterface * | interface | 
| Outgoing network interface. | |
| Ipv4Addr | nextHop | 
| Next hop. | |
| uint_t | metric | 
| Metric value. | |
Detailed Description
Routing table entry.
Definition at line 55 of file ipv4_routing.h.
Field Documentation
| NetInterface* interface | 
Outgoing network interface.
Definition at line 60 of file ipv4_routing.h.
| uint_t metric | 
Metric value.
Definition at line 62 of file ipv4_routing.h.
Network destination.
Definition at line 58 of file ipv4_routing.h.
Subnet mask for this route.
Definition at line 59 of file ipv4_routing.h.
Next hop.
Definition at line 61 of file ipv4_routing.h.
| bool_t valid | 
Valid entry.
Definition at line 57 of file ipv4_routing.h.
Generated on Tue Jul 12 2022 17:10:24 by
 1.7.2
 1.7.2