Searched refs:configs (Results 1 – 15 of 15) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 492 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 …]
|
D | option.c | 2712 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 …]
|
D | dnsmasq.h | 807 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/ |
D | buildbin.sh | 18 CONFIGSDIR=../configs/
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 50 x- stuff cl_warncmd before and after execing gamedir configs on gamedir change
|
/external/dnsmasq/ |
D | CHANGELOG | 417 specifications in --server configs are still honoured.
|
D | dnsmasq.conf.example | 326 #dhcp-option-force=209,configs/common
|
D | CHANGELOG.archive | 1556 --server and --address configs. --server=/domain.com/ still
|
/external/dropbear/libtommath/ |
D | changes.txt | 68 -- Added more to the build options/configs in the manual
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 7702 …_alloc.c : for MS VC, malloc_dbg only used when _STLP_DEBUG_ALLOC is set, not for all debug configs
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 12806 Build mod: Fix sln to match configs in vcproj.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 1174 Build mod: Fix sln to match configs in vcproj.
|
D | ChangeLog-2009-06-16 | 3226 Re-add experimental PGO configs.
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 93072 Build configs for new files 97504 Build configs for new files
|
D | ChangeLog-2007-10-14 | 12946 Build mod: Fix sln to match configs in vcproj.
|