Home
last modified time | relevance | path

Searched refs:boot_file (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/fs/pxe/
Ddhcp_option.c98 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()
Dpxe.c21 char boot_file[256]; /* From DHCP */ variable
353 strlcpy(path_prefix, boot_file, sizeof path_prefix); in get_prefix()
Dpxe.h169 extern char boot_file[];
/external/wpa_supplicant_8/src/common/
Ddhcp.h32 u8 boot_file[128]; member
51 u8 boot_file[128]; member
/external/toybox/toys/pending/
Ddhcpd.c263 char *boot_file; // bootp boot file option member
709 {"boot_file" , strinvar , (void*)&gconfig.boot_file , ""},