HomeSort by relevance Sort by last modified time
    Searched refs:boot_file (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/fs/pxe/
dhcp_option.c 98 memcpy(boot_file, data, opt_len);
99 boot_file[opt_len] = 0;
222 * boot_file - boot file name
249 strcpy(boot_file, dhcp->bootfile);
pxe.h 169 extern char boot_file[];
pxe.c 21 char boot_file[256]; /* From DHCP */ variable
353 strlcpy(path_prefix, boot_file, sizeof path_prefix);
  /external/wpa_supplicant_8/src/common/
dhcp.h 38 u8 boot_file[128]; member in struct:dhcp_data
57 u8 boot_file[128]; member in struct:bootp_pkt
  /external/toybox/toys/pending/
dhcpd.c 263 char *boot_file; // bootp boot file option member in struct:server_config_s
709 {"boot_file" , strinvar , (void*)&gconfig.boot_file , ""},
    [all...]

Completed in 131 milliseconds