eBPF for Windows
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Files
File List
Globals
All
_
a
b
d
e
f
g
h
i
l
m
n
o
p
r
s
u
w
x
Functions
_
b
e
l
p
r
s
Variables
Typedefs
_
b
e
f
g
h
i
m
p
s
u
Enumerations
Enumerator
_
b
e
l
Macros
_
a
b
d
e
f
g
h
i
m
n
o
p
s
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
include
asm
types.h
Go to the documentation of this file.
1
// Copyright (c) eBPF for Windows contributors
2
// SPDX-License-Identifier: MIT
3
#pragma once
4
#include <stdint.h>
5
typedef
uint16_t
__u16
;
6
typedef
uint32_t
__u32
;
7
typedef
uint64_t
__u64
;
8
typedef
int16_t
__s16
;
9
typedef
int32_t
__s32
;
10
typedef
int64_t
__s64
;
11
#define __SIZEOF_LONG_LONG__ 8
/* only x64 is supported */
12
#define __SIZEOF_LONG__ 4
/* only x64 is supported */
__s32
int32_t __s32
Definition
types.h:9
__u32
uint32_t __u32
Definition
types.h:6
__s64
int64_t __s64
Definition
types.h:10
__s16
int16_t __s16
Definition
types.h:8
__u16
uint16_t __u16
Definition
types.h:5
__u64
uint64_t __u64
Definition
types.h:7
Generated by
1.9.8