Home
last modified time | relevance | path

Searched refs:hlen (Results 1 – 3 of 3) sorted by relevance

/system/core/libnetutils/
Ddhcpclient.c270 name, msg->op, msg->htype, msg->hlen, msg->hops); in dump_dhcp_msg()
278 c = msg->hlen > 16 ? 16 : msg->hlen; in dump_dhcp_msg()
370 if (reply->hlen != msg->hlen) { in is_valid_reply()
371 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply()
374 if (memcmp(msg->chaddr, reply->chaddr, msg->hlen)) { in is_valid_reply()
Ddhcpmsg.h39 uint8_t hlen; /* hw addr len */ member
Ddhcpmsg.c32 msg->hlen = 6; in init_dhcp_msg()