Searched refs:cookie_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/dhcpv4/server/src/ |
D | main.c | 490 uint8_t cookie_buf[SIZE_OF_MAGIC_COOKIE]; in verify_offer() local 559 ret = net_pkt_read(pkt, cookie_buf, SIZE_OF_MAGIC_COOKIE); in verify_offer() 561 zassert_mem_equal(cookie_buf, cookie, SIZE_OF_MAGIC_COOKIE, in verify_offer() 664 uint8_t cookie_buf[SIZE_OF_MAGIC_COOKIE]; in verify_ack() local 742 ret = net_pkt_read(pkt, cookie_buf, SIZE_OF_MAGIC_COOKIE); in verify_ack() 744 zassert_mem_equal(cookie_buf, cookie, SIZE_OF_MAGIC_COOKIE, in verify_ack()
|