Searched refs:net_root_path (Results 1 – 3 of 3) sorted by relevance
61 char net_root_path[64] = {0,}; /* Our bootpath */ variable264 if (net_root_path[0] == 0) { in bootp_process_vendor_field()266 sizeof(net_root_path), size); in bootp_process_vendor_field()267 memcpy(&net_root_path, ext + 2, size); in bootp_process_vendor_field()268 net_root_path[size] = 0; in bootp_process_vendor_field()335 if (net_root_path[0]) in bootp_process_vendor()336 debug("net_root_path : %s\n", net_root_path); in bootp_process_vendor()869 sizeof(net_root_path), oplen); in dhcp_process_options()870 memcpy(&net_root_path, popt + 2, size); in dhcp_process_options()871 net_root_path[size] = 0; in dhcp_process_options()
133 if (net_root_path[0]) in netboot_update_env()134 env_set("rootpath", net_root_path); in netboot_update_env()
517 extern char net_root_path[64]; /* Our root path */