Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c525 static uint8_t expected_rsp[] = { in ZTEST() local
542 int expected_int = sizeof(expected_rsp); in ZTEST()
556 zassert_mem_equal(actual_rsp, expected_rsp, in ZTEST()
568 expected_int = sizeof(expected_rsp); in ZTEST()
593 static uint8_t expected_rsp[] = { in ZTEST() local
603 int expected_int = sizeof(expected_rsp); in ZTEST()
615 zassert_mem_equal(actual_rsp, expected_rsp, MIN(actual_int, expected_int), ""); in ZTEST()