Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_sockaddr_in6 Struct Reference

#include <winsock2.h>

Data Fields

u_short sin6_family
 AF_INET6.
u_short sin6_port
 transport layer port #
u_int sin6_flowinfo
 IPv6 flow information.
in6_addr sin6_addr
 IPv6 address.
u_int sin6_scope_id
 set of interfaces for a scope

Detailed Description

IPv6 version of above

Field Documentation

◆ sin6_family

u_short sin6_family

AF_INET6.

◆ sin6_port

u_short sin6_port

transport layer port #

◆ sin6_flowinfo

u_int sin6_flowinfo

IPv6 flow information.

◆ sin6_addr

in6_addr sin6_addr

IPv6 address.

◆ sin6_scope_id

u_int sin6_scope_id

set of interfaces for a scope


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