Lines Matching refs:dhcp_options
232 dhcp_options, argument
245 if dhcp_packet.OPTION_REQUESTED_IP not in dhcp_options:
248 intended_ip = dhcp_options[dhcp_packet.OPTION_REQUESTED_IP]
254 dhcp_options,
259 dhcp_options,
264 dhcp_options)
274 self.check_dhcp_config(dhcp_options)
283 def check_dhcp_config(self, dhcp_options): argument
305 expected_address = dhcp_options.get(dhcp_packet.OPTION_REQUESTED_IP)
324 expected_dns_servers = dhcp_options.get(dhcp_packet.OPTION_DNS_SERVERS)
333 expected_domain_name = dhcp_options.get(dhcp_packet.OPTION_DOMAIN_NAME)
341 expected_host_name = dhcp_options.get(dhcp_packet.OPTION_HOST_NAME)
349 expected_search_list = dhcp_options.get(
358 expected_routers = dhcp_options.get(dhcp_packet.OPTION_ROUTERS)
360 dhcp_options.get(dhcp_packet.OPTION_CLASSLESS_STATIC_ROUTES)):
361 classless_static_routes = dhcp_options[