Home
last modified time | relevance | path

Searched refs:configs (Results 1 – 15 of 15) sorted by relevance

/external/dnsmasq/src/
Ddhcp.c492 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr) in config_find_by_address() argument
496 for (config = configs; config; config = config->next) in config_find_by_address()
662 struct dhcp_config *find_config(struct dhcp_config *configs, in find_config() argument
673 for (config = configs; config; config = config->next) in find_config()
690 for (config = configs; config; config = config->next) in find_config()
696 for (config = configs; config; config = config->next) in find_config()
703 for (candidate = NULL, count = 0, config = configs; config; config = config->next) in find_config()
885 struct dhcp_config *configs, *cp; in check_dhcp_hosts() local
887 for (configs = daemon->dhcp_conf; configs; configs = configs->next) in check_dhcp_hosts()
891 if ((configs->flags & DHOPT_BANK) || fatal) in check_dhcp_hosts()
[all …]
Doption.c2712 struct dhcp_config *configs, *cp, **up; in reread_dhcp() local
2715 for (up = &daemon->dhcp_conf, configs = daemon->dhcp_conf; configs; configs = cp) in reread_dhcp()
2717 cp = configs->next; in reread_dhcp()
2719 if (configs->flags & CONFIG_BANK) in reread_dhcp()
2723 for (mac = configs->hwaddr; mac; mac = tmp) in reread_dhcp()
2728 if (configs->flags & CONFIG_CLID) in reread_dhcp()
2729 free(configs->clid); in reread_dhcp()
2730 if (configs->flags & CONFIG_NETID) in reread_dhcp()
2731 free(configs->netid.net); in reread_dhcp()
2732 if (configs->flags & CONFIG_NAME) in reread_dhcp()
[all …]
Ddnsmasq.h807 struct dhcp_config *find_config(struct dhcp_config *configs,
812 void dhcp_update_configs(struct dhcp_config *configs);
815 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dbuildbin.sh18 CONFIGSDIR=../configs/
/external/quake/quake/src/QW/
Dqw2do.txt50 x- stuff cl_warncmd before and after execing gamedir configs on gamedir change
/external/dnsmasq/
DCHANGELOG417 specifications in --server configs are still honoured.
Ddnsmasq.conf.example326 #dhcp-option-force=209,configs/common
DCHANGELOG.archive1556 --server and --address configs. --server=/domain.com/ still
/external/dropbear/libtommath/
Dchanges.txt68 -- Added more to the build options/configs in the manual
/external/stlport/etc/
DChangeLog-5.17702 …_alloc.c : for MS VC, malloc_dbg only used when _STLP_DEBUG_ALLOC is set, not for all debug configs
/external/webkit/WebKit/win/
DChangeLog-2009-06-1612806 Build mod: Fix sln to match configs in vcproj.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-141174 Build mod: Fix sln to match configs in vcproj.
DChangeLog-2009-06-163226 Re-add experimental PGO configs.
/external/webkit/WebCore/
DChangeLog-2009-06-1693072 Build configs for new files
97504 Build configs for new files
DChangeLog-2007-10-1412946 Build mod: Fix sln to match configs in vcproj.