sockaddr_in6 Struct Reference
IPv6 address information. More...
#include <bsd_socket.h>
Data Fields | |
| sa_family_t | sin6_family |
| in_port_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 386 of file bsd_socket.h.
Field Documentation
◆ sin6_addr
| struct in6_addr sin6_addr |
Definition at line 390 of file bsd_socket.h.
◆ sin6_family
| sa_family_t sin6_family |
Definition at line 388 of file bsd_socket.h.
◆ sin6_flowinfo
| uint32_t sin6_flowinfo |
Definition at line 390 of file bsd_socket.h.
◆ sin6_port
| in_port_t sin6_port |
Definition at line 389 of file bsd_socket.h.
◆ sin6_scope_id
| uint32_t sin6_scope_id |
Definition at line 392 of file bsd_socket.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/core/bsd_socket.h
