Home
last modified time | relevance | path

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

/aosp12/system/core/libnetutils/
H A 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()
H A Ddhcpmsg.h38 uint8_t htype; /* hw addr type */ member
H A Ddhcpmsg.c31 msg->htype = HTYPE_ETHER; in init_dhcp_msg()
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_arp.h34 __be16 htype; member