Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 4 of 4) sorted by relevance

/system/core/libnetutils/
Ddhcpclient.c272 name, msg->op, msg->htype, msg->hlen, msg->hops); in dump_dhcp_msg()
368 if (reply->htype != msg->htype) { in is_valid_reply()
369 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()
/system/connectivity/dhcp_client/
Ddhcp_message.cc51 uint8_t htype; member
118 message->hardware_address_type_ = raw_message->htype; in InitFromBuffer()
277 raw_message.htype = hardware_address_type_; in Serialize()