sockaddr_in Struct Reference
IPv4 address information. More...
#include <bsd_socket.h>
Data Fields | |
sa_family_t | sin_family |
in_port_t | sin_port |
struct in_addr | sin_addr |
uint8_t | sin_zero [8] |
Detailed Description
IPv4 address information.
Definition at line 363 of file bsd_socket.h.
Field Documentation
◆ sin_addr
struct in_addr sin_addr |
Definition at line 366 of file bsd_socket.h.
◆ sin_family
sa_family_t sin_family |
Definition at line 365 of file bsd_socket.h.
◆ sin_port
in_port_t sin_port |
Definition at line 366 of file bsd_socket.h.
◆ sin_zero
uint8_t sin_zero[8] |
Definition at line 368 of file bsd_socket.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/core/bsd_socket.h