Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dhelper.c257 if (!legal_hostname(hostname)) in create_helper()
Dutil.c146 int legal_hostname(char *name) in legal_hostname() function
Ddhcp.c803 if (!(host = canonicalise(ip, &nomem)) || !legal_hostname(host)) in dhcp_read_ethers()
984 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2)))) in host_from_dns()
Ddnsmasq.h702 int legal_hostname(char *c);
Drfc2131.c539 if (legal_hostname(daemon->dhcp_buff)) in dhcp_reply()
553 if (legal_hostname(daemon->dhcp_buff)) in dhcp_reply()
Doption.c1876 !legal_hostname(new->hostname)) in one_opt()