Searched refs:actual_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/lib/dns_sd/src/ |
D | main.c | 280 static uint8_t actual_buf[BUFSZ]; in ZTEST() local 291 actual_buf, offset, in ZTEST() 292 sizeof(actual_buf), in ZTEST() 302 memmove(actual_buf, actual_buf + offset, actual_int); in ZTEST() 303 zassert_mem_equal(actual_buf, expected_buf, in ZTEST() 314 actual_buf, offset, in ZTEST() 322 actual_buf, offset, 0, in ZTEST() 329 actual_buf, DNS_SD_PTR_MASK, in ZTEST() 336 actual_buf, 0x3fff, in ZTEST() 349 static uint8_t actual_buf[BUFSZ]; in ZTEST() local [all …]
|