iPXE
Main Page
Related Pages
Modules
+
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
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
include
usr
lotest.h
Go to the documentation of this file.
1
#ifndef _USR_LOTEST_H
2
#define _USR_LOTEST_H
3
4
/** @file
5
*
6
* Loopback testing
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
12
extern
int
loopback_test
(
struct
net_device
*
sender
,
13
struct
net_device
*receiver,
14
size_t
mtu
,
int
broadcast );
15
16
#endif
/* _USR_LOTEST_H */
loopback_test
int loopback_test(struct net_device *sender, struct net_device *receiver, size_t mtu, int broadcast)
Perform loopback test between two network devices.
Definition:
lotest.c:194
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
net_device
A network device.
Definition:
netdevice.h:352
sender
struct stp_switch sender
Sender switch.
Definition:
stp.h:30
mtu
uint32_t mtu
Maximum MTU.
Definition:
ena.h:28
Generated by
1.8.15