Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_internal.h20 uint8_t htype; /* Hardware Address Type */ member
Ddhcpv4_server.c451 reply_msg->htype = msg->htype; in dhcpv4_encode_header()
750 client_id->buf[0] = msg->htype; in dhcpv4_get_client_id()
Ddhcpv4.c306 msg->htype = HARDWARE_ETHERNET_TYPE; in dhcpv4_create_message()
1497 msg->op, msg->htype, msg->hlen, ntohl(msg->xid), in net_dhcpv4_input()
/Zephyr-latest/tests/net/dhcpv4/server/src/
Dmain.c167 msg.htype = HARDWARE_ETHERNET_TYPE; in client_prepare_test_msg()
531 zassert_equal(msg->htype, HARDWARE_ETHERNET_TYPE, "Incorrect %s value", "htype"); in verify_offer()
704 zassert_equal(msg->htype, HARDWARE_ETHERNET_TYPE, "Incorrect %s value", "htype"); in verify_ack()