Searched refs:magic_cookie (Results 1 – 2 of 2) sorted by relevance
52 static const uint8_t magic_cookie[4] = { 0x63, 0x82, 0x53, 0x63 }; variable57 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()
54 the ``magic_cookie()`` function.