Searched refs:htype (Results 1 - 3 of 3) sorted by relevance

/system/core/libnetutils/
H A Ddhcpmsg.h38 uint8_t htype; /* hw addr type */ member in struct:dhcp_msg
H A Ddhcpmsg.c31 msg->htype = HTYPE_ETHER;
H A Ddhcpclient.c271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
272 name, msg->op, msg->htype, msg->hlen, msg->hops);
366 if (reply->htype != msg->htype) {
367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);

Completed in 16 milliseconds