Searched refs:client_hostname (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Drfc2131.c133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
540 offer_hostname = client_hostname = daemon->dhcp_buff;
554 client_hostname = daemon->dhcp_buff;
557 if (client_hostname && daemon->options & OPT_LOG_OPTS)
558 my_syslog(MS_DHCP | LOG_INFO, _("%u client provides name: %s"), ntohl(mess->xid), client_hostname);
566 if (fqdn_flags != 0 || !client_hostname || hostname_isequal(hostname, client_hostname))
569 else if (client_hostname)
571 domain = strip_hostname(client_hostname);
573 if (strlen(client_hostname) !
[all...]

Completed in 45 milliseconds