Lines Matching refs:dhcp_packet
23 from autotest_lib.client.cros import dhcp_packet
245 if dhcp_packet.OPTION_REQUESTED_IP not in dhcp_options:
248 intended_ip = dhcp_options[dhcp_packet.OPTION_REQUESTED_IP]
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)
350 dhcp_packet.OPTION_DNS_DOMAIN_SEARCH_LIST)
358 expected_routers = dhcp_options.get(dhcp_packet.OPTION_ROUTERS)
360 dhcp_options.get(dhcp_packet.OPTION_CLASSLESS_STATIC_ROUTES)):
362 dhcp_packet.OPTION_CLASSLESS_STATIC_ROUTES]