Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

fnet_netif_ip6_prefix Struct Reference

fnet_netif_ip6_prefix Struct Reference
[Fnet_netif]

Interface IPv6 Prefix structure. More...

#include <fnet_netif.h>

Data Fields

fnet_ip6_addr_t prefix
 Prefix of an IPv6 address.
fnet_size_t prefix_length
 Prefix length (in bits).

Detailed Description

Interface IPv6 Prefix structure.

See also:
fnet_netif_get_ip6_prefix()

Definition at line 139 of file fnet_netif.h.


Field Documentation

Prefix of an IPv6 address.

Definition at line 141 of file fnet_netif.h.

Prefix length (in bits).

The number of leading bits in the Prefix that are valid.

Definition at line 142 of file fnet_netif.h.