Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c66 char net_hostname[32] = {0,}; /* Our hostname */ variable
255 if (net_hostname[0] == 0) { in bootp_process_vendor_field()
257 sizeof(net_hostname), size); in bootp_process_vendor_field()
258 memcpy(&net_hostname, ext + 2, size); in bootp_process_vendor_field()
259 net_hostname[size] = 0; in bootp_process_vendor_field()
345 if (net_hostname[0]) in bootp_process_vendor()
346 debug("net_hostname : %s\n", net_hostname); in bootp_process_vendor()
874 sizeof(net_hostname), oplen); in dhcp_process_options()
875 memcpy(&net_hostname, popt + 2, size); in dhcp_process_options()
876 net_hostname[size] = 0; in dhcp_process_options()
/u-boot/cmd/
A Dnet.c141 if (net_hostname[0]) in netboot_update_env()
142 env_set("hostname", net_hostname); in netboot_update_env()
/u-boot/include/
A Dnet.h540 extern char net_hostname[32]; /* Our hostname */

Completed in 6 milliseconds