Included in: | nut/boot/eboot/arp.c |
nut/boot/eboot/dhcp.c | |
nut/boot/eboot/ether.c | |
nut/boot/eboot/ip.c | |
nut/boot/eboot/tftp.c | |
nut/boot/eboot/udp.c |
struct | |
{ | |
ETHERHDR eth_hdr; | |
IPHDR ip_hdr; | |
UDPHDR udp_hdr; | |
union | |
{ | |
TFTPHDR tftp; | |
BOOTPHDR bootp; | |
} | |
u; | |
} |
__data_end
extern unsigned char __data_end
__data_load_start
extern unsigned char __data_load_start
__bss_start
extern unsigned char __bss_start
__bss_end
extern unsigned char __bss_end
sframe
extern BOOTFRAME sframe
Defined in: | nut/boot/bootmon/bootmon.c |
rframe
extern BOOTFRAME rframe
Defined in: | nut/boot/bootmon/bootmon.c |
sid
extern u_long sid