OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhcp_config
(Results
1 - 9
of
9
) sorted by null
/external/autotest/client/cros/
dhcp_test_base.py
295
dhcp_config
= self.get_interface_ipconfig(
297
if
dhcp_config
is not None:
304
logging.debug('Got DHCP config: %s', str(
dhcp_config
))
306
configured_address =
dhcp_config
.get(DHCPCD_KEY_ADDRESS)
325
configured_dns_servers =
dhcp_config
.get(DHCPCD_KEY_NAMESERVERS)
334
configured_domain_name =
dhcp_config
.get(DHCPCD_KEY_DOMAIN_NAME)
342
configured_host_name =
dhcp_config
.get(DHCPCD_KEY_ACCEPTED_HOSTNAME)
351
configured_search_list =
dhcp_config
.get(DHCPCD_KEY_SEARCH_DOMAIN_LIST)
368
configured_router =
dhcp_config
.get(DHCPCD_KEY_GATEWAY)
/external/dnsmasq/src/
dhcp.c
430
struct
dhcp_config
*config_find_by_address(struct
dhcp_config
*configs, struct in_addr addr)
432
struct
dhcp_config
*config;
573
static int is_addr_in_context(struct dhcp_context *context, struct
dhcp_config
*config)
586
int config_has_mac(struct
dhcp_config
*config, unsigned char *hwaddr, int len, int type)
600
struct
dhcp_config
*find_config(struct
dhcp_config
*configs,
607
struct
dhcp_config
*config, *candidate;
663
struct
dhcp_config
*configs, *cp;
690
void dhcp_update_configs(struct
dhcp_config
*configs
[
all
...]
dnsmasq.h
439
struct
dhcp_config
{
struct
449
struct
dhcp_config
*next;
604
struct
dhcp_config
*dhcp_conf;
768
int config_has_mac(struct
dhcp_config
*config, unsigned char *hwaddr, int len, int type);
769
struct
dhcp_config
*find_config(struct
dhcp_config
*configs,
774
void dhcp_update_configs(struct
dhcp_config
*configs);
776
struct
dhcp_config
*config_find_by_address(struct
dhcp_config
*configs, struct in_addr addr);
lease.c
150
struct
dhcp_config
*config;
rfc2131.c
86
static unsigned int calc_time(struct dhcp_context *context, struct
dhcp_config
*config, unsigned char *opt);
138
struct
dhcp_config
*config;
581
struct
dhcp_config
*new = find_config(daemon->dhcp_conf, context, NULL, 0,
[
all
...]
option.c
[
all
...]
/tools/test/connectivity/acts/framework/acts/controllers/
access_point.py
25
from acts.controllers.ap_lib import
dhcp_config
120
self._AP_2G_SUBNET =
dhcp_config
.Subnet(
122
self._AP_5G_SUBNET =
dhcp_config
.Subnet(
269
dhcp_bss[bss] =
dhcp_config
.Subnet(
298
self._dhcp.start(config=
dhcp_config
.DhcpConfig(configured_subnets))
360
self._dhcp.start(
dhcp_config
.DhcpConfig(configured_subnets))
/external/autotest/client/site_tests/network_DhcpNak/
network_DhcpNak.py
216
dhcp_config
= self.get_interface_ipconfig(
218
if
dhcp_config
is None:
220
if
dhcp_config
[dhcp_test_base.DHCPCD_KEY_ADDRESS] != self.intended_ip:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py
62
config:
dhcp_config
.DhcpConfig, Configs to start the dhcp server
Completed in 217 milliseconds