Searched refs:net_root_path (Results 1 – 6 of 6) sorted by relevance
62 char net_root_path[64] = {0,}; /* Our bootpath */ variable259 if (net_root_path[0] == 0) { in bootp_process_vendor_field()261 sizeof(net_root_path), size); in bootp_process_vendor_field()262 memcpy(&net_root_path, ext + 2, size); in bootp_process_vendor_field()263 net_root_path[size] = 0; in bootp_process_vendor_field()330 if (net_root_path[0]) in bootp_process_vendor()331 debug("net_root_path : %s\n", net_root_path); in bootp_process_vendor()857 sizeof(net_root_path), oplen); in dhcp_process_options()858 memcpy(&net_root_path, popt + 2, size); in dhcp_process_options()859 net_root_path[size] = 0; in dhcp_process_options()
243 if (net_root_path[0]) in netboot_update_env()244 env_set("rootpath", net_root_path); in netboot_update_env()
519 extern char net_root_path[64]; /* Our root path */