HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_conf (Results 1 - 7 of 7) sorted by null

  /external/autotest/server/
site_linux_router.py 730 dhcp_conf = '\n'.join([
739 (dhcpd_conf_file, dhcp_conf))
    [all...]
  /external/dnsmasq/src/
dhcp.c 442 !config_find_by_address(daemon->dhcp_conf, addr) &&
574 for (configs = daemon->dhcp_conf; configs; configs = configs->next) {
rfc2131.c 336 config = find_config(daemon->dhcp_conf, context, clid, clid_len, mess->chaddr, mess->hlen,
518 find_config(daemon->dhcp_conf, context, NULL, 0, mess->chaddr, mess->hlen,
    [all...]
lease.c 145 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len,
option.c     [all...]
dnsmasq.c 786 dhcp_update_configs(daemon->dhcp_conf);
    [all...]
dnsmasq.h 603 struct dhcp_config* dhcp_conf; member in struct:daemon

Completed in 2931 milliseconds