Lines Matching refs:getAsyncResponse
2421 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() function
2479 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
2488 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
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()
2579 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
2625 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
2630 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2640 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
2645 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2699 rc = getAsyncResponse(fd, &rcode, smallBuf, 1); in TEST_F()
2708 rc = getAsyncResponse(fd, &rcode, 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()
4476 int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4477 int res1 = getAsyncResponse(fd1, &rcode, buf1, 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()
4609 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4613 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()