Lines Matching defs:dllist
75 struct dllist { struct
76 u_char status; /* Status byte */
77 struct if_info *ii; /* interface pointer */
78 u_char eaddr[6]; /* targets ethernet address */
79 int ldfd; /* filedescriptor for loadfile */
80 u_short dl_bsz; /* Data Link Buffer Size */
81 int timeout; /* Timeout counter */
82 u_char count; /* Packet Counter */
83 u_int32_t loadaddr; /* Load Address */
84 u_int32_t xferaddr; /* Transfer Address */
85 u_int32_t nloadaddr; /* Next Load Address */
86 off_t lseek; /* Seek before last read */
87 mopd_imagetype image_type; /* what type of image is it? */
90 int e_machine; /* Machine ID */
91 int e_nsec; /* number of program sections */
93 struct {
100 } e_sections[SEC_MAX]; /* program sections */
101 u_int32_t e_curpos; /* current logical position */
102 int e_cursec; /* current section */
105 int a_mid; /* Machine ID */
106 u_int32_t a_text; /* Size of text segment */
107 u_int32_t a_text_fill; /* Size of text segment fill */
108 u_int32_t a_data; /* Size of data segment */
109 u_int32_t a_data_fill; /* Size of data segment fill */
110 u_int32_t a_bss; /* Size of bss segment */
111 u_int32_t a_bss_fill; /* Size of bss segment fill */
112 off_t a_lseek; /* Keep track of pos in newfile */