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.
Ipv4Context Struct Reference
IPv4 context. More...
#include <ipv4.h>
Data Fields | |
| size_t | linkMtu |
| Maximum transmission unit. | |
| bool_t | isRouter |
| A flag indicating whether routing is enabled on this interface. | |
| uint16_t | identification |
| IPv4 fragment identification field. | |
| Ipv4Addr | addr |
| Host address. | |
| Ipv4AddrState | addrState |
| State of the host address. | |
| bool_t | addrConflict |
| Address conflict detected. | |
| Ipv4Addr | subnetMask |
| Subnet mask. | |
| Ipv4Addr | defaultGateway |
| Default gateway. | |
| Ipv4Addr | dnsServerList [IPV4_DNS_SERVER_LIST_SIZE] |
| DNS servers. | |
| Ipv4FilterEntry | multicastFilter [IPV4_MULTICAST_FILTER_SIZE] |
| Multicast filter table. | |
| Ipv4FragDesc | fragQueue [IPV4_MAX_FRAG_DATAGRAMS] |
| IPv4 fragment reassembly queue. | |
Detailed Description
IPv4 context.
Definition at line 310 of file ipv4.h.
Field Documentation
| bool_t addrConflict |
| Ipv4Addr dnsServerList[IPV4_DNS_SERVER_LIST_SIZE] |
| Ipv4FragDesc fragQueue[IPV4_MAX_FRAG_DATAGRAMS] |
| uint16_t identification |
| bool_t isRouter |
| Ipv4FilterEntry multicastFilter[IPV4_MULTICAST_FILTER_SIZE] |
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2