Lines Matching refs:client_hostname
133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; in dhcp_reply() local
540 offer_hostname = client_hostname = daemon->dhcp_buff; in dhcp_reply()
554 client_hostname = daemon->dhcp_buff; in dhcp_reply()
557 if (client_hostname && daemon->options & OPT_LOG_OPTS) in dhcp_reply()
558 …my_syslog(MS_DHCP | LOG_INFO, _("%u client provides name: %s"), ntohl(mess->xid), client_hostname); in dhcp_reply()
566 if (fqdn_flags != 0 || !client_hostname || hostname_isequal(hostname, client_hostname)) in dhcp_reply()
569 else if (client_hostname) in dhcp_reply()
571 domain = strip_hostname(client_hostname); in dhcp_reply()
573 if (strlen(client_hostname) != 0) in dhcp_reply()
575 hostname = client_hostname; in dhcp_reply()
1186 if (!hostname_auth && (client_hostname = host_from_dns(mess->yiaddr))) in dhcp_reply()
1188 hostname = client_hostname; in dhcp_reply()