netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
types.h File Reference
#include <asm/types.h>
#include <linux/posix_types.h>
Include dependency graph for types.h:

Macros

#define __bitwise__
 
#define __bitwise
 
#define __aligned_u64   __u64 __attribute__((aligned(8)))
 
#define __aligned_be64   __be64 __attribute__((aligned(8)))
 
#define __aligned_le64   __le64 __attribute__((aligned(8)))
 

Typedefs

typedef __u16 __bitwise __le16
 
typedef __u16 __bitwise __be16
 
typedef __u32 __bitwise __le32
 
typedef __u32 __bitwise __be32
 
typedef __u64 __bitwise __le64
 
typedef __u64 __bitwise __be64
 
typedef __u16 __bitwise __sum16
 
typedef __u32 __bitwise __wsum
 

Macro Definition Documentation

#define __aligned_be64   __be64 __attribute__((aligned(8)))
#define __aligned_le64   __le64 __attribute__((aligned(8)))
#define __aligned_u64   __u64 __attribute__((aligned(8)))
#define __bitwise
#define __bitwise__

Typedef Documentation

typedef __u16 __bitwise __be16
typedef __u32 __bitwise __be32
typedef __u64 __bitwise __be64
typedef __u16 __bitwise __le16
typedef __u32 __bitwise __le32
typedef __u64 __bitwise __le64
typedef __u16 __bitwise __sum16
typedef __u32 __bitwise __wsum