sockaddr_in6 Struct Reference

IPv6 address information. More...

#include <bsd_socket.h>

Data Fields

uint16_t sin6_family
 
uint16_t sin6_port
 
uint32_t sin6_flowinfo
 
struct in6_addr sin6_addr
 
uint32_t sin6_scope_id
 

Detailed Description

IPv6 address information.

Definition at line 351 of file bsd_socket.h.

Field Documentation

◆ sin6_addr

struct in6_addr sin6_addr

Definition at line 355 of file bsd_socket.h.

◆ sin6_family

uint16_t sin6_family

Definition at line 353 of file bsd_socket.h.

◆ sin6_flowinfo

uint32_t sin6_flowinfo

Definition at line 355 of file bsd_socket.h.

◆ sin6_port

uint16_t sin6_port

Definition at line 354 of file bsd_socket.h.

◆ sin6_scope_id

uint32_t sin6_scope_id

Definition at line 357 of file bsd_socket.h.


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