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

  /device/generic/goldfish/dhcp/common/
dhcp.h 23 #define OP_BOOTREQUEST 1
message.cpp 57 Message message(OP_BOOTREQUEST,
71 Message message(OP_BOOTREQUEST,
  /system/core/libnetutils/
dhcpmsg.h 28 #define OP_BOOTREQUEST 1
dhcpmsg.c 30 msg->op = OP_BOOTREQUEST;
dhcpclient.c 263 if (msg->op == OP_BOOTREQUEST)
  /device/generic/goldfish/dhcp/server/
dhcpserver.cpp 112 if (!message.isValidDhcpMessage(OP_BOOTREQUEST)) {

Completed in 83 milliseconds