File nut/boot/eboot/eboot.h

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

Included Files


Preprocessor definitions

#define _EBOOT_H

Typedef BOOTFRAME

typedef struct {...} BOOTFRAME
struct  
   {  
      ETHERHDR eth_hdr;  
      IPHDR ip_hdr;  
      UDPHDR udp_hdr;  
      union  
        {  
            TFTPHDR tftp;  
            BOOTPHDR bootp;  
        }  
     u;  
   }  

External Variables

__data_start
extern unsigned char __data_start

__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