Home
last modified time | relevance | path

Searched refs:magic_cookie (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/ip/
Ddhcpv4.c52 static const uint8_t magic_cookie[4] = { 0x63, 0x82, 0x53, 0x63 }; variable
57 if (net_pkt_write(pkt, (void *)magic_cookie, in dhcpv4_add_cookie()
58 ARRAY_SIZE(magic_cookie))) { in dhcpv4_add_cookie()
688 memcmp(magic_cookie, cookie, sizeof(magic_cookie))) { in dhcpv4_parse_options()
/Zephyr-Core-3.5.0/samples/userspace/prod_consumer/
DREADME.rst54 the ``magic_cookie()`` function.