HomeSort by relevance Sort by last modified time
    Searched full:client_hostname (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
rfc2131.c 133 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) != 0
    [all...]

Completed in 3280 milliseconds