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.
Fork of OmniWheels by
fnet_netif_ip4_addr_t Struct Reference
#include <fnet_netif_prv.h>
Data Fields | |
| fnet_ip4_addr_t | address | 
| The IP address.   | |
| fnet_ip4_addr_t | net | 
| Network address.   | |
| fnet_ip4_addr_t | netmask | 
| Network mask.   | |
| fnet_ip4_addr_t | subnet | 
| Network and subnet address.   | |
| fnet_ip4_addr_t | subnetmask | 
| Network and subnet mask.   | |
| fnet_ip4_addr_t | netbroadcast | 
| Network broadcast address.   | |
| fnet_ip4_addr_t | subnetbroadcast | 
| Subnet broadcast address.   | |
| fnet_ip4_addr_t | gateway | 
| Gateway.   | |
| fnet_ip4_addr_t | dns | 
| DNS address.   | |
Detailed Description
Interface IPv4 address structure.
Definition at line 56 of file fnet_netif_prv.h.
Field Documentation
The IP address.
Definition at line 58 of file fnet_netif_prv.h.
DNS address.
Definition at line 67 of file fnet_netif_prv.h.
Gateway.
Definition at line 65 of file fnet_netif_prv.h.
Network address.
Definition at line 59 of file fnet_netif_prv.h.
Network broadcast address.
Definition at line 63 of file fnet_netif_prv.h.
Network mask.
Definition at line 60 of file fnet_netif_prv.h.
Network and subnet address.
Definition at line 61 of file fnet_netif_prv.h.
Subnet broadcast address.
Definition at line 64 of file fnet_netif_prv.h.
Network and subnet mask.
Definition at line 62 of file fnet_netif_prv.h.
Generated on Fri Jul 22 2022 04:54:12 by
 1.7.2 
    