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

  /device/generic/goldfish/dhcp/common/
dhcp.h 24 #define OP_BOOTREPLY 2
message.cpp 93 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPOFFER));
122 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPACK));
145 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPNAK));
  /external/u-boot/net/
bootp.h 35 # define OP_BOOTREPLY 2
bootp.c 127 else if (bp->bp_op != OP_BOOTREPLY)
  /device/generic/goldfish/dhcp/client/
dhcpclient.cpp 479 msg->isValidDhcpMessage(OP_BOOTREPLY, mLastMsg.dhcpData.xid);

Completed in 1122 milliseconds