Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
dissectors
packet-irdma.h
1
/* packet-irdma.h
2
*
3
* Definitions for IBM i RDMA packet dissection
4
* Copyright 2018, 2024 IBM Corporation
5
* Brian Jongekryg (bej@us.ibm.com, bej@arbin.net)
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef __PACKET_IRDMA_H__
11
#define __PACKET_IRDMA_H__
12
13
#define IRDMAEP_DATA_TYPE 0
14
#define IRDMAEP_USERRDMA_TYPE 1
15
16
typedef
struct
irdmaep_pdata
17
{
18
unsigned
pdata_type;
19
uint32_t userrdma_offset;
20
21
}
irdmaep_pdata_t
;
16
typedef
struct
irdmaep_pdata
{
…
};
22
23
#endif
irdmaep_pdata
Definition
packet-irdma.h:17
Generated by
1.9.8