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

  /system/core/libnetutils/
dhcpmsg.h 29 #define OP_BOOTREPLY 2
dhcpclient.c 286 else if (msg->op == OP_BOOTREPLY)
376 if (reply->op != OP_BOOTREPLY) {
377 if (verbose) LOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);

Completed in 46 milliseconds