Searched refs:OP_BOOTREPLY (Results 1 - 2 of 2) sorted by relevance

/system/core/libnetutils/
H A Ddhcpmsg.h29 #define OP_BOOTREPLY 2 macro
H A Ddhcpclient.c267 else if (msg->op == OP_BOOTREPLY)
357 if (reply->op != OP_BOOTREPLY) {
358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);

Completed in 3 milliseconds