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.c523 static uint8_t actual_rsp[512]; in ZTEST() local
545 &actual_rsp[0], in ZTEST()
546 sizeof(actual_rsp) - in ZTEST()
555 zassert_mem_equal(actual_rsp, expected_rsp, in ZTEST()
561 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
569 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
574 &addr, NULL, &actual_rsp[0], sizeof(actual_rsp) - in ZTEST()
591 static uint8_t actual_rsp[512]; in ZTEST() local
606 &actual_rsp[0], in ZTEST()
607 sizeof(actual_rsp) - in ZTEST()
[all …]