RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
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
+
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
+
Files
File List
+
Globals
+
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
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libnetworking
rtems
dhcp.h
Go to the documentation of this file.
1
/*
2
------------------------------------------------------------------------
3
4
Copyright Cybertec Pty Ltd, 2005
5
All rights reserved Cybertec Pty Ltd, 2005
6
7
This software with is provided ``as is'' and with NO WARRANTY.
8
9
------------------------------------------------------------------------
10
*/
11
18
#if !defined (__RTEMS_DHCP_H__)
19
#define __RTEMS_DHCP_H__
20
21
#if __cplusplus
22
extern
"C"
23
{
24
#endif
25
26
/*
27
* Perform DHCP.
28
*/
29
void
rtems_bsdnet_do_dhcp (
void
);
30
int
rtems_bsdnet_do_dhcp_timeout (
void
);
31
void
rtems_bsdnet_dhcp_down (
void
);
32
33
/*
34
* Maintain a DHCP offer that has already been accepted.
35
*/
36
void
rtems_bsdnet_do_dhcp_refresh_only (
unsigned
long
xid,
37
unsigned
long
lease_time,
38
unsigned
long
elapsed_time,
39
unsigned
long
ip_address,
40
unsigned
long
srv_address,
41
const
char
*hostname);
42
43
#if __cplusplus
44
}
45
#endif
46
47
#endif
Generated by
1.8.13