Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions | Variables
socket.h File Reference

Go to the source code of this file.

Data Structures

struct  __kernel_sockaddr_storage
 

Macros

#define _K_SS_MAXSIZE   128 /* Implementation specific max size */
 
#define _K_SS_ALIGNSIZE   (__alignof__ (struct sockaddr *))
 

Typedefs

typedef unsigned short __kernel_sa_family_t
 

Functions

struct __kernel_sockaddr_storage __attribute__ ((aligned(_K_SS_ALIGNSIZE)))
 

Variables

__kernel_sa_family_t ss_family
 
char __data [_K_SS_MAXSIZE-sizeof(unsigned short)]
 

Macro Definition Documentation

#define _K_SS_ALIGNSIZE   (__alignof__ (struct sockaddr *))

Definition at line 8 of file socket.h.

#define _K_SS_MAXSIZE   128 /* Implementation specific max size */

Definition at line 7 of file socket.h.

Typedef Documentation

typedef unsigned short __kernel_sa_family_t

Definition at line 11 of file socket.h.

Function Documentation

Variable Documentation

char __data[_K_SS_MAXSIZE-sizeof(unsigned short)]

Definition at line 22 of file socket.h.

Definition at line 20 of file socket.h.