Lines Matching refs:dhcp_options
239 dhcp_options, argument
252 if dhcp_packet.OPTION_REQUESTED_IP not in dhcp_options:
255 intended_ip = dhcp_options[dhcp_packet.OPTION_REQUESTED_IP]
261 dhcp_options,
266 dhcp_options,
271 dhcp_options)
281 self.check_dhcp_config(dhcp_options)
290 def check_dhcp_config(self, dhcp_options): argument
312 expected_address = dhcp_options.get(dhcp_packet.OPTION_REQUESTED_IP)
331 expected_dns_servers = dhcp_options.get(dhcp_packet.OPTION_DNS_SERVERS)
340 expected_domain_name = dhcp_options.get(dhcp_packet.OPTION_DOMAIN_NAME)
348 expected_host_name = dhcp_options.get(dhcp_packet.OPTION_HOST_NAME)
356 expected_search_list = dhcp_options.get(
365 expected_routers = dhcp_options.get(dhcp_packet.OPTION_ROUTERS)
367 dhcp_options.get(dhcp_packet.OPTION_CLASSLESS_STATIC_ROUTES)):
368 classless_static_routes = dhcp_options[