sockaddr Struct Reference

Used to define the socket address. More...

Detailed Description

Used to define the socket address.

Definition at line 125 of file socket.h.

#include <socket.h>

Data Fields

sa_family_t sa_family
 Address family.
 
char sa_data [SOCKADDR_MAX_DATA_LEN]
 Socket address (variable length data)
 

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