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
ipxe
gdbudp.h
Go to the documentation of this file.
1
#ifndef _IPXE_GDBUDP_H
2
#define _IPXE_GDBUDP_H
3
4
/** @file
5
*
6
* GDB remote debugging over UDP
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
12
struct
sockaddr_in
;
13
struct
gdb_transport
;
14
15
/**
16
* Set up the UDP transport with network address
17
*
18
* @name network device name
19
* @addr IP address and UDP listen port, may be NULL and fields may be zero
20
* @ret transport suitable for starting the GDB stub or NULL on error
21
*/
22
struct
gdb_transport
*
gdbudp_configure
(
const
char
*
name
,
struct
sockaddr_in
*
addr
);
23
24
#endif
/* _IPXE_GDBUDP_H */
name
const char * name
Definition:
ath9k_hw.c:1984
sockaddr_in
IPv4 socket address.
Definition:
in.h:84
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
gdbudp_configure
struct gdb_transport * gdbudp_configure(const char *name, struct sockaddr_in *addr)
Definition:
gdbudp.c:213
addr
u32 addr
Definition:
sky2.h:8
gdb_transport
A transport mechanism for the GDB protocol.
Definition:
gdbstub.h:20
Generated by
1.8.15