Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c524 static uint8_t actual_rsp[512]; in ZTEST() local
546 &actual_rsp[0], in ZTEST()
547 sizeof(actual_rsp) - in ZTEST()
556 zassert_mem_equal(actual_rsp, expected_rsp, in ZTEST()
562 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
570 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
575 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
592 static uint8_t actual_rsp[512]; in ZTEST() local
607 &actual_rsp[0], in ZTEST()
608 sizeof(actual_rsp) - in ZTEST()
[all …]