Lines Matching full:response
36 /* Response to legacy packet */
42 /* Response if a legacy packet is sent and server does not support it */
49 /* Response to current packet */
57 /* Response if an invalid (too high) version packet is sent and server does not support it */
141 /* For a short duration to see if response has been received */ in ZTEST()
145 /* Retrieve response buffer and ensure validity */ in ZTEST()
149 /* Check that the received response matches the expected response */ in ZTEST()
156 "Expected response header version mismatch"); in ZTEST()
167 "Did not expect to get output in response"); in ZTEST()
172 "Expected to get rc in response"); in ZTEST()
177 "Did not expect to get ret in response"); in ZTEST()
228 /* For a short duration to see if response has been received */ in ZTEST()
232 /* Retrieve response buffer and ensure validity */ in ZTEST()
236 /* Check that the received response matches the expected response */ in ZTEST()
243 "Expected response header version mismatch"); in ZTEST()
254 "Did not expect to get output in response"); in ZTEST()
259 "Did not expect to get rc in response"); in ZTEST()
264 "Expected to get ret in response"); in ZTEST()
314 /* For a short duration to see if response has been received */ in ZTEST()
318 /* Retrieve response buffer and ensure validity */ in ZTEST()
322 /* Check that the received response matches the expected response */ in ZTEST()
329 "Expected response header version mismatch"); in ZTEST()
340 "Did not expect to get output in response"); in ZTEST()
345 "Expected to get rc in response"); in ZTEST()
350 "Did not expect to get ret in response"); in ZTEST()