SimpleLink API Reference Manual  1.11.1
 All Data Structures Files Functions Variables Typedefs Macros Groups
_sockaddr_in_t Struct Reference

#include <socket.h>

Data Fields

short sin_family
 
unsigned short sin_port
 
in_addr sin_addr
 
char sin_zero [8]
 

Detailed Description

Definition at line 122 of file socket.h.

Field Documentation

short sin_family

Definition at line 124 of file socket.h.

unsigned short sin_port

Definition at line 125 of file socket.h.

in_addr sin_addr

Definition at line 126 of file socket.h.

char sin_zero[8]

Definition at line 127 of file socket.h.


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