Home
last modified time | relevance | path

Searched refs:net_root_path (Results 1 – 3 of 3) sorted by relevance

/u-boot/net/
A Dbootp.c67 char net_root_path[64] = {0,}; /* Our bootpath */ variable
277 if (net_root_path[0] == 0) { in bootp_process_vendor_field()
279 sizeof(net_root_path), size); in bootp_process_vendor_field()
280 memcpy(&net_root_path, ext + 2, size); in bootp_process_vendor_field()
281 net_root_path[size] = 0; in bootp_process_vendor_field()
348 if (net_root_path[0]) in bootp_process_vendor()
349 debug("net_root_path : %s\n", net_root_path); in bootp_process_vendor()
882 sizeof(net_root_path), oplen); in dhcp_process_options()
883 memcpy(&net_root_path, popt + 2, size); in dhcp_process_options()
884 net_root_path[size] = 0; in dhcp_process_options()
/u-boot/cmd/
A Dnet.c146 if (net_root_path[0]) in netboot_update_env()
147 env_set("rootpath", net_root_path); in netboot_update_env()
/u-boot/include/
A Dnet.h541 extern char net_root_path[64]; /* Our root path */

Completed in 7 milliseconds