posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
in6_addr Struct Reference

IPv6 address. More...

#include <zephyr/posix/netinet/in.h>

Data Fields

uint8_t s6_addr [16]
 IPv6 address bytes in network byte order.
 

Detailed Description

IPv6 address.

Definition at line 70 of file in.h.

Field Documentation

◆ s6_addr

uint8_t in6_addr::s6_addr[16]

IPv6 address bytes in network byte order.

Definition at line 71 of file in.h.


The documentation for this struct was generated from the following file: