Searched refs:actual_buf (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/net/lib/dns_sd/src/ |
| D | main.c | 281 static uint8_t actual_buf[BUFSZ]; in ZTEST() local 292 actual_buf, offset, in ZTEST() 293 sizeof(actual_buf), in ZTEST() 303 memmove(actual_buf, actual_buf + offset, actual_int); in ZTEST() 304 zassert_mem_equal(actual_buf, expected_buf, in ZTEST() 315 actual_buf, offset, in ZTEST() 323 actual_buf, offset, 0, in ZTEST() 330 actual_buf, DNS_SD_PTR_MASK, in ZTEST() 337 actual_buf, 0x3fff, in ZTEST() 350 static uint8_t actual_buf[BUFSZ]; in ZTEST() local [all …]
|