Lines Matching full:response
316 Requests can have an optional response that is equally sent via a SSH
318 the request must know if a response is expected and mark this in the request
320 can wait for this response.
325 layer via |ssh_rtl_submit|. For a request without a response, successful
328 completion callback). For a request with response, successful completion
329 will occur once the response has been received and matched to the request
376 requests, i.e. requests awaiting a response from the EC (similar to what the
386 requests can be pending, i.e. waiting for a response, at the same time. If
387 the request requires a response, the request is added to the pending set
399 If the request expects a response, it is marked as transmitted and the
400 request timeout is started. If the request does not expect a response, it is
413 indicates a response to a request, the respective request is looked up in
420 The request-response-timeout is a per-request timeout for requests expecting
421 a response. It is used to ensure that a request does not wait indefinitely
422 on a response from the EC and is started after the underlying packet has