Searched refs:magic_cookie (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/test/ |
H A D | test-walk-handles.c | 28 static char magic_cookie[] = "magic cookie"; variable 34 ASSERT_PTR_EQ(arg, (void*)magic_cookie); in walk_cb() 47 uv_walk(handle->loop, walk_cb, magic_cookie); in timer_cb() 72 uv_walk(loop, walk_cb, magic_cookie); in TEST_IMPL()
|
/third_party/lwip/test/unit/dhcp/ |
H A D | test_dhcp.c | 13 static const u8_t magic_cookie[] = { 0x63, 0x82, 0x53, 0x63 }; variable 283 check_pkt(p, 278, magic_cookie, sizeof(magic_cookie)); in lwip_tx_func() 336 check_pkt(p, 278, magic_cookie, sizeof(magic_cookie)); in lwip_tx_func() 364 check_pkt(p, 278, magic_cookie, sizeof(magic_cookie)); in lwip_tx_func() 411 check_pkt(p, 278, magic_cookie, sizeof(magic_cookie)); in lwip_tx_func()
|
Completed in 3 milliseconds