Searched refs:htype (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_internal.h | 20 uint8_t htype; /* Hardware Address Type */ member
|
D | dhcpv4_server.c | 451 reply_msg->htype = msg->htype; in dhcpv4_encode_header() 750 client_id->buf[0] = msg->htype; in dhcpv4_get_client_id()
|
D | dhcpv4.c | 306 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/ |
D | main.c | 167 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()
|