Lines Matching refs:getAsyncResponse
1749 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() function
1813 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
1822 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
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()
1913 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
1956 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
1961 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
1970 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
1975 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2029 rc = getAsyncResponse(fd, &rcode, smallBuf, 1); in TEST_F()
2038 rc = getAsyncResponse(fd, &rcode, 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()