OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcpdata
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/com32/mboot/
solaris.c
47
void *
dhcpdata
;
local
53
if (!pxe_get_cached_info(PXENV_PACKET_TYPE_DHCP_ACK, &
dhcpdata
, &dhcplen)) {
54
mbinfo.drives_addr = map_data(
dhcpdata
, dhcplen, 4, 0);
/external/syslinux/com32/hdt/
hdt-dump-pxe.c
68
in.s_addr = hardware->pxe.
dhcpdata
.cip;
70
in.s_addr = hardware->pxe.
dhcpdata
.sip;
72
in.s_addr = hardware->pxe.
dhcpdata
.gip;
hdt-common.c
423
void *
dhcpdata
;
local
440
if (!pxe_get_cached_info(PXENV_PACKET_TYPE_DHCP_ACK, &
dhcpdata
, &dhcplen)) {
441
pxe_bootp_t *dhcp = &hardware->pxe.
dhcpdata
;
442
memcpy(&hardware->pxe.
dhcpdata
,
dhcpdata
,
443
sizeof(hardware->pxe.
dhcpdata
));
450
hardware->pxe.ip_addr[0] = hardware->pxe.
dhcpdata
.yip & 0xff;
451
hardware->pxe.ip_addr[1] = hardware->pxe.
dhcpdata
.yip >> 8 & 0xff;
452
hardware->pxe.ip_addr[2] = hardware->pxe.
dhcpdata
.yip >> 16 & 0xff;
453
hardware->pxe.ip_addr[3] = hardware->pxe.
dhcpdata
.yip >> 24 & 0xff
[
all
...]
/external/syslinux/com32/lua/src/
dhcp.c
130
void*
dhcpdata
= 0;
local
136
&
dhcpdata
, &dhcplen))
141
dhcp = (dhcp_t*)
dhcpdata
;
257
void*
dhcpdata
= 0;
local
264
&
dhcpdata
, &dhcplen))
269
dhcp = (dhcp_t*)
dhcpdata
;
/external/syslinux/com32/modules/
linux.c
265
void *
dhcpdata
;
local
357
!pxe_get_cached_info(PXENV_PACKET_TYPE_DHCP_ACK, &
dhcpdata
, &dhcplen)) {
359
if (initramfs_add_file(initramfs,
dhcpdata
, dhcplen, dhcplen,
Completed in 214 milliseconds