Home | History | Annotate | Download | only in libnetutils

Lines Matching full:hlen

271     ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
272 name, msg->op, msg->htype, msg->hlen, msg->hops);
280 c = msg->hlen > 16 ? 16 : msg->hlen;
372 if (reply->hlen != msg->hlen) {
373 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
376 if (memcmp(msg->chaddr, reply->chaddr, msg->hlen)) {