Lines Matching refs:MAXPACKET
79 constexpr int MAXPACKET = (8 * 1024); variable
2265 uint8_t buf[MAXPACKET] = {}; in expectAnswersValid()
2267 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
2274 uint8_t buf[MAXPACKET] = {}; in expectAnswersNotValid()
2276 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
2300 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2302 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2306 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2319 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2323 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2364 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2367 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
2406 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2410 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
2414 memset(buf, 0, MAXPACKET); in TEST_F()
2415 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2423 memset(buf, 0, MAXPACKET); in TEST_F()
2424 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
2428 memset(buf, 0, MAXPACKET); in TEST_F()
2429 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2497 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2498 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2777 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2780 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2809 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
4294 uint8_t buf1[MAXPACKET] = {}; in TEST_F()
4295 uint8_t buf2[MAXPACKET] = {}; in TEST_F()
4297 int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4298 int res1 = getAsyncResponse(fd1, &rcode, buf1, MAXPACKET); in TEST_F()
4385 uint8_t buf[MAXPACKET] = {}; in TEST_F()
4386 uint8_t buf2[MAXPACKET] = {}; in TEST_F()
4396 const int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4397 const int res1 = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
4410 memset(buf, 0, MAXPACKET); in TEST_F()
4430 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4433 memset(buf, 0, MAXPACKET); in TEST_F()
4434 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()