HomeSort by relevance Sort by last modified time
    Searched refs:DhcpPacket (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/
dhcp_unittest.py 54 discovery_packet = dhcp_packet.DhcpPacket(byte_str=binary_discovery_packet)
132 packet = dhcp_packet.DhcpPacket(byte_str=data)
149 discovery_message = dhcp_packet.DhcpPacket.create_discovery_packet(mac_addr)
153 request_message = dhcp_packet.DhcpPacket.create_request_packet(
dhcp_packet.py 8 DhcpPacket is a class that represents a single DHCP packet and contains some
294 # packet will not even pass DhcpPacket.is_valid
493 class DhcpPacket(object):
511 packet = DhcpPacket()
538 packet = DhcpPacket()
560 packet = DhcpPacket()
584 packet = DhcpPacket()
611 packet = DhcpPacket()
632 Create a DhcpPacket, filling in fields from a byte string if given.
648 super(DhcpPacket, self).__init__(
    [all...]
dhcp_handling_rule.py 10 DHCP packet (in the form of a DhcpPacket). The handle() method is expected to
49 |message_type| should be a MessageType, from DhcpPacket.
90 Returns a dictionary that maps from DhcpPacket options to their values.
97 Returns a dictionary that maps from DhcpPacket fields to their values.
220 |packet| is a DhcpPacket.
223 a DHCP_DISCOVER or DHCP_REQUEST packet after being parsed by DhcpPacket
240 |packet| is a DhcpPacket.
255 @param packet: a DhcpPacket
311 response_packet = dhcp_packet.DhcpPacket.create_offer_packet(
349 response_packet = dhcp_packet.DhcpPacket.create_nak_packet
    [all...]
dhcp_test_server.py 241 packet = dhcp_packet.DhcpPacket(byte_str=data)

Completed in 132 milliseconds