Home
last modified time | relevance | path

Searched refs:htype (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()
366 if (reply->htype != msg->htype) { in is_valid_reply()
367 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply()
Ddhcpmsg.h38 uint8_t htype; /* hw addr type */ member
Ddhcpmsg.c31 msg->htype = HTYPE_ETHER; in init_dhcp_msg()