My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
sockaddr_in Struct Reference

#include <in.h>

Data Fields

sa_family_t sin_family
 
in_port_t sin_port
 
struct in_addr sin_addr
 
unsigned char sin_zero [8]
 

Detailed Description

Definition at line 23 of file in.h.

Field Documentation

struct in_addr sin_addr

Definition at line 26 of file in.h.

sa_family_t sin_family

Definition at line 24 of file in.h.

in_port_t sin_port

Definition at line 25 of file in.h.

unsigned char sin_zero[8]

Definition at line 27 of file in.h.


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