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
acpimac.h
Go to the documentation of this file.
1
#ifndef _IPXE_ACPIMAC_H
2
#define _IPXE_ACPIMAC_H
3
4
/** @file
5
*
6
* ACPI MAC address
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
12
extern
int
acpi_mac
(
uint8_t
*
hw_addr
);
13
14
#endif
/* _IPXE_ACPIMAC_H */
uint8_t
unsigned char uint8_t
Definition:
stdint.h:10
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
acpi_mac
int acpi_mac(uint8_t *hw_addr)
Extract MAC address from DSDT/SSDT.
Definition:
acpimac.c:233
net_device::hw_addr
uint8_t hw_addr[MAX_HW_ADDR_LEN]
Hardware address.
Definition:
netdevice.h:381
Generated by
1.8.15