Searched refs:boot_file (Results 1 – 5 of 5) sorted by relevance
98 memcpy(boot_file, data, opt_len); in bootfile_name()99 boot_file[opt_len] = 0; in bootfile_name()249 strcpy(boot_file, dhcp->bootfile); in parse_dhcp()
21 char boot_file[256]; /* From DHCP */ variable353 strlcpy(path_prefix, boot_file, sizeof path_prefix); in get_prefix()
169 extern char boot_file[];
32 u8 boot_file[128]; member51 u8 boot_file[128]; member
263 char *boot_file; // bootp boot file option member709 {"boot_file" , strinvar , (void*)&gconfig.boot_file , ""},