Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c61 char net_hostname[32] = {0,}; /* Our hostname */ variable
237 if (net_hostname[0] == 0) { in bootp_process_vendor_field()
239 sizeof(net_hostname), size); in bootp_process_vendor_field()
240 memcpy(&net_hostname, ext + 2, size); in bootp_process_vendor_field()
241 net_hostname[size] = 0; in bootp_process_vendor_field()
327 if (net_hostname[0]) in bootp_process_vendor()
328 debug("net_hostname : %s\n", net_hostname); in bootp_process_vendor()
849 sizeof(net_hostname), oplen); in dhcp_process_options()
850 memcpy(&net_hostname, popt + 2, size); in dhcp_process_options()
851 net_hostname[size] = 0; in dhcp_process_options()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c240 if (net_hostname[0]) in netboot_update_env()
241 env_set("hostname", net_hostname); in netboot_update_env()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h518 extern char net_hostname[32]; /* Our hostname */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map