Searched refs:hdrinfo (Results 1 - 1 of 1) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dmakeamitbin.c33 static struct hdrinfo { struct
39 } hdrinfo[] = { variable in typeref:struct:hdrinfo
164 void makehdr(unsigned char *hdr, struct hdrinfo *info,
218 struct hdrinfo *find_hdrinfo(const char *name)
221 for (n = 0; hdrinfo[n].name != NULL; n++)
223 if (strcmp(name, hdrinfo[n].name) == 0)
224 return &hdrinfo[n];
268 struct hdrinfo *info;

Completed in 23 milliseconds