libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
sockaddr_in Struct Reference

#include <lws-optee.h>

Collaboration diagram for sockaddr_in:

Data Fields

sa_family_t sin_family
in_port_t sin_port
struct in_addr sin_addr
uint8_t sin_zero [__SOCK_SIZE__ - sizeof(sa_family_t) - sizeof(in_port_t) - sizeof(struct in_addr)]

Detailed Description

Definition at line 59 of file lws-optee.h.

Field Documentation

◆ sin_family

sa_family_t sockaddr_in::sin_family

Definition at line 60 of file lws-optee.h.

◆ sin_port

in_port_t sockaddr_in::sin_port

Definition at line 61 of file lws-optee.h.

◆ sin_addr

struct in_addr sockaddr_in::sin_addr

Definition at line 62 of file lws-optee.h.

◆ sin_zero

uint8_t sockaddr_in::sin_zero[__SOCK_SIZE__ - sizeof(sa_family_t) - sizeof(in_port_t) - sizeof(struct in_addr)]

Definition at line 63 of file lws-optee.h.


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