Lines Matching refs:MAXPACKET
89 constexpr int MAXPACKET = (8 * 1024); variable
2477 uint8_t buf[MAXPACKET] = {}; in expectAnswersValid()
2479 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
2486 uint8_t buf[MAXPACKET] = {}; in expectAnswersNotValid()
2488 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
2512 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2514 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2518 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2531 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2535 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2576 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2579 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
2621 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2625 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
2629 memset(buf, 0, MAXPACKET); in TEST_F()
2630 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2639 memset(buf, 0, MAXPACKET); in TEST_F()
2640 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
2644 memset(buf, 0, MAXPACKET); in TEST_F()
2645 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2707 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2708 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2987 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2990 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
3019 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
4473 uint8_t buf1[MAXPACKET] = {}; in TEST_F()
4474 uint8_t buf2[MAXPACKET] = {}; in TEST_F()
4476 int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4477 int res1 = getAsyncResponse(fd1, &rcode, buf1, MAXPACKET); in TEST_F()
4564 uint8_t buf[MAXPACKET] = {}; in TEST_F()
4565 uint8_t buf2[MAXPACKET] = {}; in TEST_F()
4575 const int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4576 const int res1 = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
4589 memset(buf, 0, MAXPACKET); in TEST_F()
4609 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4612 memset(buf, 0, MAXPACKET); in TEST_F()
4613 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()