Searched refs:net_hostname (Results 1 – 6 of 6) sorted by relevance
61 char net_hostname[32] = {0,}; /* Our hostname */ variable237 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()
240 if (net_hostname[0]) in netboot_update_env()241 env_set("hostname", net_hostname); in netboot_update_env()
518 extern char net_hostname[32]; /* Our hostname */