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

/openwrt/tools/firmware-utils/src/
H A Dseama.c69 static char * o_meta[MAX_META]; /* meta data array */
70 static int o_msize = 0; /* size of meta array */
105 " To extract the raw image from SEAMA, you need to specify the meta.\n"
106 " The first image match the specified meta will be extract to\n"
238 printf(" meta size : %zu bytes\n", msize);
240 printf(" meta data : %s\n", &buf[i]);
273 static size_t write_seama_header(FILE * fh, char * meta[], size_t msize, size_t size) argument
280 for (i=0; i<msize; i++) metasize += (strlen(meta[i]) + 1);
281 //+++ let meta data end on 4 alignment by siyou. 2010/3/1 03:58pm
300 static size_t write_meta_data(FILE * fh, char * meta[], size_ argument
406 match_meta(const char * meta, size_t size) argument
[all...]
/openwrt/package/network/services/wireguard/
H A DMakefile55 TITLE:=WireGuard meta-package

Completed in 70 milliseconds