Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

in6_addr Struct Reference

in6_addr Struct Reference
[Fnet_socket]

IPv6 address structure. More...

#include <fnet_socket.h>

Data Fields

fnet_ip6_addr_t s6_addr
 128-bit IPv6 address.

Detailed Description

IPv6 address structure.

See also:
sockaddr_in6

Actually, it represents an IPv6 address.

Definition at line 62 of file lwip/inet.h.


Field Documentation

128-bit IPv6 address.

Definition at line 239 of file fnet_socket.h.