Lines Matching refs:MAXPACKET
76 constexpr int MAXPACKET = (8 * 1024); variable
2101 uint8_t buf[MAXPACKET] = {}; in expectAnswersValid()
2103 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
2110 uint8_t buf[MAXPACKET] = {}; in expectAnswersNotValid()
2112 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
2136 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2138 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2142 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2155 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2159 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2200 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2203 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
2242 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2246 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
2250 memset(buf, 0, MAXPACKET); in TEST_F()
2251 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2259 memset(buf, 0, MAXPACKET); in TEST_F()
2260 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
2264 memset(buf, 0, MAXPACKET); in TEST_F()
2265 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2333 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2334 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2613 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2616 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2645 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
4122 uint8_t buf[MAXPACKET] = {}; in TEST_F()
4124 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4127 memset(buf, 0, MAXPACKET); in TEST_F()
4128 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
4157 uint8_t buf[MAXPACKET] = {}; in TEST_F()
4167 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4170 memset(buf, 0, MAXPACKET); in TEST_F()
4171 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
4185 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4188 memset(buf, 0, MAXPACKET); in TEST_F()
4189 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()