Searched refs:net_hostname (Results 1 – 3 of 3) sorted by relevance
66 char net_hostname[32] = {0,}; /* Our hostname */ variable255 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()
141 if (net_hostname[0]) in netboot_update_env()142 env_set("hostname", net_hostname); in netboot_update_env()
540 extern char net_hostname[32]; /* Our hostname */
Completed in 6 milliseconds