Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sockaddr_in Struct Reference

#include <in.h>

Data Fields

__kernel_sa_family_t sin_family
 
__be16 sin_port
 
struct in_addr sin_addr
 
unsigned char __pad [__SOCK_SIZE__-sizeof(short int)-sizeof(unsigned short int)-sizeof(struct in_addr)]
 

Detailed Description

Definition at line 185 of file in.h.

Field Documentation

Definition at line 192 of file in.h.

struct in_addr sin_addr

Definition at line 188 of file in.h.

Definition at line 186 of file in.h.

__be16 sin_port

Definition at line 187 of file in.h.


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