netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
socket.h File Reference
This graph shows which files directly or indirectly include 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 *))
#define _K_SS_MAXSIZE   128 /* Implementation specific max size */

Typedef Documentation

Function Documentation

struct __kernel_sockaddr_storage __attribute__ ( (aligned(_K_SS_ALIGNSIZE))  )

Variable Documentation

char __data[_K_SS_MAXSIZE-sizeof(unsigned short)]