Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

fnet_netif_ip4_addr_t Struct Reference

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.