Lines Matching refs:MAXPACKET
70 constexpr int MAXPACKET = (8 * 1024); variable
1811 uint8_t buf[MAXPACKET] = {}; in expectAnswersValid()
1813 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
1820 uint8_t buf[MAXPACKET] = {}; in expectAnswersNotValid()
1822 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
1846 uint8_t buf[MAXPACKET] = {}; in TEST_F()
1848 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
1852 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
1865 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
1869 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
1910 uint8_t buf[MAXPACKET] = {}; in TEST_F()
1913 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
1952 uint8_t buf[MAXPACKET] = {}; in TEST_F()
1956 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
1960 memset(buf, 0, MAXPACKET); in TEST_F()
1961 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
1969 memset(buf, 0, MAXPACKET); in TEST_F()
1970 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
1974 memset(buf, 0, MAXPACKET); in TEST_F()
1975 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2037 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2038 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2257 uint8_t buf[MAXPACKET] = {}; in TEST_F()
2260 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2289 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()