Searched refs:Response (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/stand/efi/include/Protocol/
H A DHttp.h209 /// Response status code returned by the remote host.
244 /// When used to await a response, Response points to storage containing HTTP response
247 EFI_HTTP_RESPONSE_DATA *Response; member in union:__anon8934::__anon8935
406 all asynchronous tokens issued by Request() or Response() will be aborted.
412 @retval EFI_SUCCESS Request and Response queues are successfully flushed.
427 The Response() function queues an HTTP response to this HTTP instance, similar to
428 Receive() function in the EFI TCP driver. When the HTTP Response is received successfully,
468 Response() has not been completed successfully.
516 EFI_HTTP_RESPONSE Response; member in struct:_EFI_HTTP_PROTOCOL
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp439 unsigned Response = 0;
468 Response |= (1U << I);
471 return Response;
/freebsd-12-stable/usr.sbin/ppp/
H A Dchap_ms.c182 int PasswordLen, char *Response)
189 ChallengeResponse(Challenge, PasswordHash, Response);
180 GenerateNTResponse(char *AuthenticatorChallenge, char *PeerChallenge, char *UserName, char *Password, int PasswordLen, char *Response) argument
/freebsd-12-stable/stand/efi/libefi/
H A Defihttp.c515 message.Data.Response = &response;
521 status = oh->http->Response(oh->http, &token);
632 status = oh->http->Response(oh->http, &token);
/freebsd-12-stable/lib/libfetch/
H A Dhttp.c1187 OUT HASHHEX Response /* request-digest or response-digest */
1227 CvtHex(RespHash, Response);

Completed in 64 milliseconds