Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_internal.h47 #define DHCPV4_MSG_BOOT_REPLY 2 macro
Ddhcpv4.c1511 if (!(msg->op == DHCPV4_MSG_BOOT_REPLY && in net_dhcpv4_input()
Ddhcpv4_server.c450 reply_msg->op = DHCPV4_MSG_BOOT_REPLY; in dhcpv4_encode_header()
/Zephyr-latest/tests/net/dhcpv4/server/src/
Dmain.c530 zassert_equal(msg->op, DHCPV4_MSG_BOOT_REPLY, "Incorrect %s value", "op"); in verify_offer()
703 zassert_equal(msg->op, DHCPV4_MSG_BOOT_REPLY, "Incorrect %s value", "op"); in verify_ack()