Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dhelper.c223 if (!legal_hostname(hostname)) in create_helper()
Dutil.c141 int legal_hostname(char* name) { in legal_hostname() function
Ddnsmasq.h685 int legal_hostname(char* c);
Ddhcp.c655 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2)))) in host_from_dns()
Drfc2131.c483 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()
Doption.c1668 !legal_hostname(new->hostname)) in one_opt()