Searched refs:legal_hostname (Results 1 – 6 of 6) sorted by relevance
223 if (!legal_hostname(hostname)) in create_helper()
141 int legal_hostname(char* name) { in legal_hostname() function
685 int legal_hostname(char* c);
655 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2)))) in host_from_dns()
483 if (legal_hostname(daemon->dhcp_buff)) offer_hostname = client_hostname = daemon->dhcp_buff; in dhcp_reply()494 if (legal_hostname(daemon->dhcp_buff)) client_hostname = daemon->dhcp_buff; in dhcp_reply()
1668 !legal_hostname(new->hostname)) in one_opt()