Internet address structure for functions.

Public Attributes#

uint16_t

Address family, AF_INET.

uint16_t

Port number.

struct in_addr

Internet address.

uint8_t

Same size as struct sockaddr.

Public Attribute Documentation#

sin_family#

uint16_t sockaddr_in::sin_family

Address family, AF_INET.


Definition at line 116 of file /mnt/raid/workspaces/ws.0wy4DfJrj/overlay/gsdk/app/wisun/component/socket/socket.h

sin_port#

uint16_t sockaddr_in::sin_port

Port number.


Definition at line 118 of file /mnt/raid/workspaces/ws.0wy4DfJrj/overlay/gsdk/app/wisun/component/socket/socket.h

sin_addr#

struct in_addr sockaddr_in::sin_addr

Internet address.


Definition at line 118 of file /mnt/raid/workspaces/ws.0wy4DfJrj/overlay/gsdk/app/wisun/component/socket/socket.h

sin_zero#

uint8_t sockaddr_in::sin_zero[8]

Same size as struct sockaddr.


Definition at line 122 of file /mnt/raid/workspaces/ws.0wy4DfJrj/overlay/gsdk/app/wisun/component/socket/socket.h