Lines Matching refs:rcode
1749 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() argument
1759 int n = resNetworkResult(fd, rcode, buf, bufLen); in getAsyncResponse()
1810 int rcode = -1; in expectAnswersValid() local
1813 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
1819 int rcode = -1; in expectAnswersNotValid() local
1822 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
1847 int rcode; in TEST_F() local
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()
1911 int rcode; in TEST_F() local
1913 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
1915 EXPECT_EQ(rcode, td.expectRcode); in TEST_F()
1953 int rcode; in TEST_F() local
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()
2028 int rcode; in TEST_F() local
2029 rc = getAsyncResponse(fd, &rcode, smallBuf, 1); in TEST_F()
2038 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2258 int rcode; in TEST_F() local
2260 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2289 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()