OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:legal_hostname
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
helper.c
257
if (!
legal_hostname
(hostname))
util.c
144
int
legal_hostname
(char *name)
function
dhcp.c
798
if (!(host = canonicalise(ip, &nomem)) || !
legal_hostname
(host))
979
if (!
legal_hostname
(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2))))
dnsmasq.h
731
int
legal_hostname
(char *c);
rfc2131.c
539
if (
legal_hostname
(daemon->dhcp_buff))
553
if (
legal_hostname
(daemon->dhcp_buff))
[
all
...]
option.c
[
all
...]
Completed in 32 milliseconds