eBPF for Windows
Macros | Typedefs
types.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define __SIZEOF_LONG_LONG__   8 /* only x64 is supported */
 
#define __SIZEOF_LONG__   4 /* only x64 is supported */
 

Typedefs

typedef uint16_t __u16
 
typedef uint32_t __u32
 
typedef uint64_t __u64
 
typedef int16_t __s16
 
typedef int32_t __s32
 
typedef int64_t __s64
 

Macro Definition Documentation

◆ __SIZEOF_LONG__

#define __SIZEOF_LONG__   4 /* only x64 is supported */

◆ __SIZEOF_LONG_LONG__

#define __SIZEOF_LONG_LONG__   8 /* only x64 is supported */

Typedef Documentation

◆ __s16

typedef int16_t __s16

◆ __s32

typedef int32_t __s32

◆ __s64

typedef int64_t __s64

◆ __u16

typedef uint16_t __u16

◆ __u32

typedef uint32_t __u32

◆ __u64

typedef uint64_t __u64