Home
last modified time | relevance | path

Searched full:response (Results 1 – 25 of 2545) sorted by relevance

12345678910>>...102

/freebsd-src/contrib/wpa/src/common/
H A Dgas_server.c57 static void gas_server_free_response(struct gas_server_response *response);
62 struct gas_server_response *response = eloop_ctx; in gas_server_response_timeout()
64 wpa_printf(MSG_DEBUG, "GAS: Response @%p timeout for " MACSTR in gas_server_response_timeout()
66 response, MAC2STR(response->dst), response->dialog_token, in gas_server_response_timeout()
67 response->freq, response->frag_id, in gas_server_response_timeout()
68 (unsigned long) response->offset, in gas_server_response_timeout()
69 (unsigned long) (response in gas_server_response_timeout()
60 struct gas_server_response *response = eloop_ctx; gas_server_response_timeout() local
77 gas_server_free_response(struct gas_server_response * response) gas_server_free_response() argument
90 gas_server_send_resp(struct gas_server * gas,struct gas_server_handler * handler,struct gas_server_response * response,const u8 * da,int freq,u8 dialog_token,struct wpabuf * query_resp,u16 comeback_delay) gas_server_send_resp() argument
173 struct gas_server_response *response; gas_server_rx_initial_req() local
256 gas_server_handle_rx_comeback_req(struct gas_server_response * response) gas_server_handle_rx_comeback_req() argument
338 struct gas_server_response *response; gas_server_rx_comeback_req() local
405 gas_server_handle_tx_status(struct gas_server_response * response,int ack) gas_server_handle_tx_status() argument
441 struct gas_server_response *response; gas_server_tx_status() local
474 struct gas_server_response *tmp, *response = NULL; gas_server_set_resp() local
529 struct gas_server_response *response, *tmp_r; gas_server_deinit() local
[all...]
/freebsd-src/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c91 pack_key_ecdsa(struct sk_enroll_response *response) in pack_key_ecdsa() argument
102 response->public_key = NULL; in pack_key_ecdsa()
103 response->public_key_len = 0; in pack_key_ecdsa()
104 response->key_handle = NULL; in pack_key_ecdsa()
105 response->key_handle_len = 0; in pack_key_ecdsa()
122 response->public_key_len = EC_POINT_point2oct(g, q, in pack_key_ecdsa()
124 if (response->public_key_len == 0 || response->public_key_len > 2048) { in pack_key_ecdsa()
126 response->public_key_len); in pack_key_ecdsa()
129 if ((response->public_key = malloc(response->public_key_len)) == NULL) { in pack_key_ecdsa()
134 response->public_key, response->public_key_len, NULL) == 0) { in pack_key_ecdsa()
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp180 StreamString response; in Handle_qHostInfo() local
186 response.PutCString("triple:"); in Handle_qHostInfo()
187 response.PutStringAsRawHex8(host_triple.getTriple()); in Handle_qHostInfo()
188 response.Printf(";ptrsize:%u;", host_arch.GetAddressByteSize()); in Handle_qHostInfo()
192 response.PutCString("distribution_id:"); in Handle_qHostInfo()
193 response.PutStringAsRawHex8(distribution_id); in Handle_qHostInfo()
194 response.PutCString(";"); in Handle_qHostInfo()
199 response.PutCString("vendor:apple;"); in Handle_qHostInfo()
205 response.Printf("cputype:%u;", cpu); in Handle_qHostInfo()
207 response in Handle_qHostInfo()
322 StreamString response; Handle_qProcessInfoPID() local
417 StreamString response; Handle_qsProcessInfo() local
438 StreamString response; Handle_qUserName() local
458 StreamString response; Handle_qGroupName() local
480 StreamString response; Handle_qSpeedTest() local
515 StreamString response; Handle_vFile_Open() local
563 StreamString response; Handle_vFile_Close() local
574 StreamGDBRemote response; Handle_vFile_pRead() local
611 StreamGDBRemote response; Handle_vFile_pWrite() local
651 StreamString response; Handle_vFile_Size() local
674 StreamString response; Handle_vFile_Mode() local
692 StreamString response; Handle_vFile_Exists() local
717 StreamString response; Handle_vFile_symlink() local
729 StreamString response; Handle_vFile_unlink() local
754 StreamGDBRemote response; Handle_qPlatform_shell() local
784 StreamGDBRemote response; Handle_vFile_FStat() local
834 StreamGDBRemote response; Handle_vFile_MD5() local
859 StreamGDBRemote response; Handle_qPlatform_mkdir() local
879 StreamGDBRemote response; Handle_qPlatform_chmod() local
969 StreamString response; Handle_qLaunchSuccess() local
1119 StreamGDBRemote response; Handle_qModuleInfo() local
1192 json::Object response{{"uuid", uuid_str}, Handle_jModulesInfo() local
1200 StreamString response; Handle_jModulesInfo() local
1209 CreateProcessInfoResponse(const ProcessInstanceInfo & proc_info,StreamString & response) CreateProcessInfoResponse() argument
1238 CreateProcessInfoResponse_DebugServerStyle(const ProcessInstanceInfo & proc_info,StreamString & response) CreateProcessInfoResponse_DebugServerStyle() argument
[all...]
H A DGDBRemoteCommunicationClient.cpp94 // was sent and _any_ response (including UNIMPLEMENTED) was received), or in HandshakeWithServer()
95 // false if no response was received. This quickly tells us if we have a in HandshakeWithServer()
211 StringExtractorGDBRemote response; in QueryNoAckModeSupported()
212 if (SendPacketAndWaitForResponse("QStartNoAckMode", response) == in QueryNoAckModeSupported()
214 if (response.IsOKResponse()) { in QueryNoAckModeSupported()
228 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported()
229 if (SendPacketAndWaitForResponse("QListThreadsInStopReply", response) == in GetListThreadsInStopReplySupported()
231 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
241 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported()
242 if (SendPacketAndWaitForResponse("qVAttachOrWaitSupported", response) in GetVAttachOrWaitSupported()
210 StringExtractorGDBRemote response; QueryNoAckModeSupported() local
227 StringExtractorGDBRemote response; GetListThreadsInStopReplySupported() local
240 StringExtractorGDBRemote response; GetVAttachOrWaitSupported() local
254 StringExtractorGDBRemote response; GetSyncThreadStateSupported() local
363 StringExtractorGDBRemote response; GetRemoteQSupported() local
422 StringExtractorGDBRemote response; GetThreadSuffixSupported() local
434 StringExtractorGDBRemote response; GetVContSupported() local
494 SendThreadSpecificPacketAndWaitForResponse(lldb::tid_t tid,StreamString && payload,StringExtractorGDBRemote & response) SendThreadSpecificPacketAndWaitForResponse() argument
529 StringExtractorGDBRemote response; GetThreadPacketSupported() local
547 StringExtractorGDBRemote response; GetThreadsInfo() local
563 StringExtractorGDBRemote response; GetThreadExtendedInfoSupported() local
577 StringExtractorGDBRemote response; EnableErrorStringInPacket() local
592 StringExtractorGDBRemote response; GetLoadedDynamicLibrariesInfosSupported() local
606 StringExtractorGDBRemote response; GetSharedCacheInfoSupported() local
620 StringExtractorGDBRemote response; GetDynamicLoaderProcessStateSupported() local
643 StringExtractorGDBRemote response; ReadMemoryTags() local
691 StringExtractorGDBRemote response; WriteMemoryTags() local
702 StringExtractorGDBRemote response; GetxPacketSupported() local
730 StringExtractorGDBRemote response; GetCurrentProcessID() local
777 StringExtractorGDBRemote response; LaunchProcess() local
805 StringExtractorGDBRemote response; LaunchProcess() local
865 StringExtractorGDBRemote response; SendEnvironmentPacket() local
913 StringExtractorGDBRemote response; SendLaunchArchPacket() local
931 StringExtractorGDBRemote response; SendLaunchEventDataPacket() local
1035 StringExtractorGDBRemote response; GetGDBServerVersion() local
1126 StringExtractorGDBRemote response; MaybeEnableCompression() local
1152 StringExtractorGDBRemote response; GetDefaultThreadId() local
1203 StringExtractorGDBRemote response; GetHostInfo() local
1403 StringExtractorGDBRemote response; SendStdinNotification() local
1449 StringExtractorGDBRemote response; AllocateMemory() local
1471 StringExtractorGDBRemote response; DeallocateMemory() local
1498 StringExtractorGDBRemote response; Detach() local
1528 StringExtractorGDBRemote response; Detach() local
1548 StringExtractorGDBRemote response; GetMemoryRegionInfo() local
1808 StringExtractorGDBRemote response; GetWatchpointSlotCount() local
1855 StringExtractorGDBRemote response; SetSTDIN() local
1875 StringExtractorGDBRemote response; SetSTDOUT() local
1895 StringExtractorGDBRemote response; SetSTDERR() local
1909 StringExtractorGDBRemote response; GetWorkingDir() local
1931 StringExtractorGDBRemote response; SetWorkingDir() local
1950 StringExtractorGDBRemote response; SetDisableASLR() local
1967 StringExtractorGDBRemote response; SetDetachOnError() local
1979 DecodeProcessInfoResponse(StringExtractorGDBRemote & response,ProcessInstanceInfo & process_info) DecodeProcessInfoResponse() argument
2085 StringExtractorGDBRemote response; GetProcessInfo() local
2109 StringExtractorGDBRemote response; GetCurrentProcessInfo() local
2329 StringExtractorGDBRemote response; FindProcesses() local
2359 StringExtractorGDBRemote response; GetUserName() local
2386 StringExtractorGDBRemote response; GetGroupName() local
2470 StringExtractorGDBRemote response; TestPacketSpeed() local
2525 StringExtractorGDBRemote response; TestPacketSpeed() local
2581 StringExtractorGDBRemote response; SendSpeedTestPacket() local
2593 StringExtractorGDBRemote response; LaunchGDBServer() local
2638 StringExtractorGDBRemote response; QueryGDBServer() local
2679 StringExtractorGDBRemote response; KillSpawnedProcess() local
2702 StringExtractorGDBRemote response; SendSetCurrentThreadPacket() local
2752 GetStopReply(StringExtractorGDBRemote & response) GetStopReply() argument
2759 GetThreadStopInfo(lldb::tid_t tid,StringExtractorGDBRemote & response) GetThreadStopInfo() argument
2799 StringExtractorGDBRemote response; SendGDBStoppointTypePacket() local
2850 StringExtractorGDBRemote response; GetCurrentProcessAndThreadIDs() local
2921 StringExtractorGDBRemote response; GetShlibInfoAddr() local
2954 StringExtractorGDBRemote response; RunShellCommand() local
2991 StringExtractorGDBRemote response; MakeDirectory() local
3012 StringExtractorGDBRemote response; SetFilePermissions() local
3034 ParseHostIOPacketResponse(StringExtractorGDBRemote & response,uint64_t fail_result,Status & error) ParseHostIOPacketResponse() argument
3066 StringExtractorGDBRemote response; OpenFile() local
3078 StringExtractorGDBRemote response; CloseFile() local
3090 StringExtractorGDBRemote response; FStat() local
3129 StringExtractorGDBRemote response; GetFileSize() local
3155 StringExtractorGDBRemote response; AutoCompleteDiskFileOrDirectory() local
3182 StringExtractorGDBRemote response; GetFilePermissions() local
3229 StringExtractorGDBRemote response; ReadFile() local
3270 StringExtractorGDBRemote response; WriteFile() local
3305 StringExtractorGDBRemote response; CreateSymlink() local
3336 StringExtractorGDBRemote response; Unlink() local
3367 StringExtractorGDBRemote response; GetFileExists() local
3397 StringExtractorGDBRemote response; CalculateMD5() local
3443 StringExtractorGDBRemote response; ReadRegister() local
3458 StringExtractorGDBRemote response; ReadAllRegisters() local
3478 StringExtractorGDBRemote response; WriteRegister() local
3491 StringExtractorGDBRemote response; WriteAllRegisters() local
3506 StringExtractorGDBRemote response; SaveRegisterState() local
3532 StringExtractorGDBRemote response; RestoreRegisterState() local
3550 StringExtractorGDBRemote response; SyncThreadState() local
3564 StringExtractorGDBRemote response; SendTraceSupported() local
3597 StringExtractorGDBRemote response; SendTraceStop() local
3632 StringExtractorGDBRemote response; SendTraceStart() local
3667 StringExtractorGDBRemote response; SendTraceGetState() local
3701 StringExtractorGDBRemote response; SendTraceGetBinaryData() local
3719 StringExtractorGDBRemote response; GetQOffsets() local
3775 StringExtractorGDBRemote response; GetModuleInfo() local
3882 StringExtractorGDBRemote response; GetModulesInfo() local
4026 StringExtractorGDBRemote response; ServeSymbolLookups() local
4141 StringExtractorGDBRemote response; GetSupportedStructuredDataPlugins() local
4186 StringExtractorGDBRemote response; SendSignalsToIgnore() local
4226 StringExtractorGDBRemote response; ConfigureRemoteStructuredData() local
4265 StringExtractorGDBRemote response; KillProcess() local
[all...]
H A DGDBRemoteClientBase.cpp41 StringExtractorGDBRemote &response) { in SendContinuePacketAndWaitForResponse() argument
43 response.Clear(); in SendContinuePacketAndWaitForResponse()
62 PacketResult read_result = ReadPacket(response, computed_timeout, false); in SendContinuePacketAndWaitForResponse()
94 if (response.Empty()) in SendContinuePacketAndWaitForResponse()
97 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse()
99 response.GetStringRef().data()); in SendContinuePacketAndWaitForResponse()
114 response.GetHexByteString(inferior_stdout); in SendContinuePacketAndWaitForResponse()
120 llvm::StringRef(response.GetStringRef()).substr(1)); in SendContinuePacketAndWaitForResponse()
123 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef()); in SendContinuePacketAndWaitForResponse()
128 const bool should_stop = ShouldStop(signals, response); in SendContinuePacketAndWaitForResponse()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp485 StreamGDBRemote response; in SendWResponse() local
486 response.PutChar('E'); in SendWResponse()
487 response.PutHex8(GDBRemoteServerError::eErrorExitStatus); in SendWResponse()
488 return SendPacketNoLock(response.GetString()); in SendWResponse()
499 StreamGDBRemote response; in SendWResponse() local
500 response.Format("{0:g}", *wait_status); in SendWResponse()
503 response.Format(";process:{0:x-}", process->GetID()); in SendWResponse()
506 response.GetString()); in SendWResponse()
507 return SendPacketNoLock(response.GetString()); in SendWResponse()
510 static void AppendHexValue(StreamString &response, cons argument
605 CollectRegNums(const uint32_t * reg_num,StreamString & response,bool usehex) CollectRegNums() argument
618 WriteRegisterValueInHexFixedWidth(StreamString & response,NativeRegisterContext & reg_ctx,const RegisterInfo & reg_info,const RegisterValue * reg_value_p,lldb::ByteOrder byte_order) WriteRegisterValueInHexFixedWidth() argument
805 StreamString response; PrepareStopReplyPacketForThread() local
1005 StreamString response = PrepareStopReplyPacketForThread(*thread); SendStopReplyPacketForThread() local
1196 StreamString response; SendONotification() local
1371 StreamGDBRemote response; Handle_jLLDBTraceGetBinaryData() local
1395 StreamString response; Handle_qProcessInfo() local
1416 StreamString response; Handle_qC() local
1503 StreamString response; Handle_qGetWorkingDir() local
1674 StreamString response; Handle_vCont_actions() local
2012 StreamGDBRemote response; Handle_qRegisterInfo() local
2071 AddProcessThreads(StreamGDBRemote & response,NativeProcessProtocol & process,bool & had_any) AddProcessThreads() argument
2095 StreamGDBRemote response; Handle_qfThreadInfo() local
2162 StreamGDBRemote response; Handle_g() local
2214 StreamGDBRemote response; Handle_p() local
2307 StreamGDBRemote response; Handle_P() local
2543 StreamGDBRemote response; Handle_memory_read() local
2601 StreamGDBRemote response; Handle__M() local
2682 StreamGDBRemote response; Handle_M() local
2769 StreamGDBRemote response; Handle_qMemoryRegionInfo() local
3066 StreamString response; BuildTargetXml() local
3204 StreamString response; ReadXferObject() local
3265 StreamGDBRemote response; Handle_qXfer() local
3339 StreamGDBRemote response; Handle_QSaveRegisterState() local
3635 StreamString response; Handle_jThreadsInfo() local
3668 StreamGDBRemote response; Handle_qWatchpointSupportInfo() local
3701 StreamGDBRemote response; Handle_qFileLoadAddress() local
3808 StreamGDBRemote response; Handle_qMemTags() local
3938 StreamString response; Handle_qSaveCore() local
4279 AppendThreadIDToResponse(Stream & response,lldb::pid_t pid,lldb::tid_t tid) AppendThreadIDToResponse() argument
[all...]
/freebsd-src/sys/cam/scsi/
H A Dsmp_all.c273 * Decode the SMP REPORT GENERAL response. The format is current as of SPL
278 smp_report_general_sbuf(struct smp_report_general_response *response, in smp_report_general_sbuf() argument
282 sbuf_printf(sb, "Response Length: %d words (%d bytes)\n", in smp_report_general_sbuf()
283 response->response_len, in smp_report_general_sbuf()
284 response->response_len * SMP_WORD_LEN); in smp_report_general_sbuf()
286 scsi_2btoul(response->expander_change_count)); in smp_report_general_sbuf()
288 scsi_2btoul(response->expander_route_indexes)); in smp_report_general_sbuf()
289 sbuf_printf(sb, "Long Response: %s\n", in smp_report_general_sbuf()
290 smp_yesno(response->long_response & in smp_report_general_sbuf()
292 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys); in smp_report_general_sbuf()
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/westmereep-dp/
H A Dmemory.json11 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_DRAM AND REMOTE_FWD",
22 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_LLC_MISS",
33 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = OTHER_LOCAL_DRAM",
44 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = REMOTE_DRAM",
55 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_DRAM AND REMOTE_FWD",
66 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_LLC_MISS",
77 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = OTHER_LOCAL_DRAM",
88 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = REMOTE_DRAM",
99 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_DRAM AND REMOTE_FWD",
110 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_LLC_MISS",
[all …]
H A Dcache.json916 … "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ALL_LOCAL_DRAM AND REMOTE_CACHE_HIT",
927 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_CACHE_DRAM",
938 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_LOCATION",
949 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = IO_CSR_MMIO",
960 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_NO_OTHER_CORE",
971 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_OTHER_CORE_HIT",
982 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_OTHER_CORE_HITM",
993 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LOCAL_CACHE",
1004 … "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LOCAL_DRAM AND REMOTE_CACHE_HIT",
1015 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = REMOTE_CACHE_HITM",
[all …]
/freebsd-src/contrib/unbound/iterator/
H A Diter_resptype.h2 * iterator/iter_resptype.h - response type information and classification.
39 * This file defines the response type. DNS Responses can be classified as
40 * one of the response types.
50 * The response type is used to interpret the response.
54 * 'untyped' means that the type of this response hasn't been
60 * 'answer' means that the response terminates the resolution
65 /** 'delegation' means that the response is a delegation. */
69 * 'cname' means that the response is a cname without the final
75 * 'throwaway' means that this particular response should be
81 * 'lame' means that this particular response indicates that
[all …]
/freebsd-src/lib/libiscsiutil/
H A Dtext.c98 struct pdu *response; in text_new_response() local
106 response = pdu_new_response(request); in text_new_response()
107 bhstr2 = (struct iscsi_bhs_text_response *)response->pdu_bhs; in text_new_response()
120 return (response); in text_new_response()
127 struct pdu *response; in text_receive_response() local
131 response = pdu_new(conn); in text_receive_response()
132 pdu_receive(response); in text_receive_response()
133 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_TEXT_RESPONSE) in text_receive_response()
135 response->pdu_bhs->bhs_opcode); in text_receive_response()
136 bhstr = (struct iscsi_bhs_text_response *)response->pdu_bhs; in text_receive_response()
[all …]
/freebsd-src/secure/usr.bin/openssl/man/
H A Dopenssl-ts.1175 [\fB\-in\fR \fIresponse.tsr\fR]
177 [\fB\-out\fR \fIresponse.tsr\fR]
190 [\fB\-in\fR \fIresponse.tsr\fR]
243 data file at the time of response generation.
250 timestamp request to the \s-1TSA\s0 and one for sending the timestamp response
253 creating a timestamp response based on a request, verifying if a
254 response corresponds to a particular request or a data file.
269 Generate a \s-1TS\s0 reply. For details see \*(L"Timestamp Response generation\*(R".
272 Verify a \s-1TS\s0 response. For details see \*(L"Timestamp Response verification\*(R".
314 response. (Optional)
[all …]
/freebsd-src/sys/fs/p9fs/
H A Dp9_protocol.h37 P9PROTO_RLERROR, /* response for any failed request */
39 P9PROTO_RSTATFS, /* file system status response */
41 P9PROTO_RLOPEN, /* response to opne request (9P2000.L) */
43 P9PROTO_RLCREATE, /* response with file access information (9P2000.L) */
45 P9PROTO_RSYMLINK, /* symlink creation response */
47 P9PROTO_RMKNOD, /* create a special file object response */
49 P9PROTO_RRENAME, /* rename a file response */
51 P9PROTO_RREADLINK, /* response to read value of symbolic link request */
53 P9PROTO_RGETATTR, /* get file attributes response */
55 P9PROTO_RSETATTR, /* set file attributes response */
[all...]
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkcm.c176 krb5_storage *response; in krb5_kcm_call() local
187 response = krb5_storage_from_data(&response_data); in krb5_kcm_call()
188 if (response == NULL) { in krb5_kcm_call()
193 ret = krb5_ret_int32(response, &status); in krb5_kcm_call()
195 krb5_storage_free(response); in krb5_kcm_call()
201 krb5_storage_free(response); in krb5_kcm_call()
208 *response_p = response; in krb5_kcm_call()
213 krb5_storage_free(response); in krb5_kcm_call()
248 * Response:
256 krb5_storage *request, *response; in kcm_gen_new() local
[all …]
/freebsd-src/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in39 [B<-in> I<response.tsr>]
41 [B<-out> I<response.tsr>]
51 [B<-in> I<response.tsr>]
80 data file at the time of response generation.
91 timestamp request to the TSA and one for sending the timestamp response
94 creating a timestamp response based on a request, verifying if a
95 response corresponds to a particular request or a data file.
115 Generate a TS reply. For details see L</Timestamp Response generation>.
119 Verify a TS response. For details see L</Timestamp Response verification>.
173 response. (Optional)
[all …]
/freebsd-src/crypto/openssh/
H A Dsk-usbhid.c605 struct sk_enroll_response *response) in pack_public_key_ecdsa() argument
613 response->public_key = NULL; in pack_public_key_ecdsa()
614 response->public_key_len = 0; in pack_public_key_ecdsa()
642 response->public_key_len = EC_POINT_point2oct(g, q, in pack_public_key_ecdsa()
644 if (response->public_key_len == 0 || response->public_key_len > 2048) { in pack_public_key_ecdsa()
646 response->public_key_len); in pack_public_key_ecdsa()
649 if ((response->public_key = malloc(response->public_key_len)) == NULL) { in pack_public_key_ecdsa()
654 response->public_key, response->public_key_len, NULL) == 0) { in pack_public_key_ecdsa()
661 if (ret != 0 && response->public_key != NULL) { in pack_public_key_ecdsa()
662 memset(response->public_key, 0, response->public_key_len); in pack_public_key_ecdsa()
[all …]
/freebsd-src/usr.sbin/iscsid/
H A Dlogin.c45 login_nsg(const struct pdu *response) in login_nsg() argument
49 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs; in login_nsg()
188 login_handle_redirection(struct iscsid_connection *conn, struct pdu *response) in login_handle_redirection() argument
194 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs; in login_handle_redirection()
198 keys_load_pdu(response_keys, response); in login_handle_redirection()
217 struct pdu *response; in login_receive() local
222 response = pdu_new(conn); in login_receive()
223 pdu_receive(response); in login_receive()
224 if (response->pdu_bhs->bhs_opcode != ISCSI_BHS_OPCODE_LOGIN_RESPONSE) { in login_receive()
226 response->pdu_bhs->bhs_opcode); in login_receive()
[all …]
/freebsd-src/contrib/sendmail/src/
H A Dmilter.c139 if (response == NULL || \
140 strlen(response) + 1 != (size_t) rlen || \
142 (response[0] != '4' && response[0] != '5') || \
143 !isascii(response[1]) || !isdigit(response[1]) || \
144 !isascii(response[2]) || !isdigit(response[2])) \
146 if (response != NULL) \
147 sm_free(response); /* XXX */ \
148 response = newstr(default); \
152 char *ptr = response; \
159 sm_free(response); /* XXX */ \
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/goldmontplus/
H A Dcache.json81 …s) the L1 cache, hit (or miss) the L2 cache, hit DRAM, hit in the WCB or receive a HITM response.",
94 …cated that they had a dirty copy of the data. Loads that obtain a HITM response incur greater lat…
211 …s and bus locks. (To specifically count bus locks only, see the Offcore response event.) A locked…
255 …"BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplica…
276 …e subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
291 …he L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
306 …is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
321 …sor module. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
326 … prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received.",
336 …time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify re…
[all …]
/freebsd-src/sys/arm/qualcomm/
H A Dqcom_scm_legacy_defs.h54 * up to 5 argument DWORDs, up to 3 response DWORDs, done atomically,
57 * The former use the structures below to represent the request and response
67 * Atomic SCM call command/response buffer definitions.
84 * Legacy command/response buffer definitions.
87 * but only a single command/response pair per call.
89 * A command and response buffer is laid out in memory as such:
93 * | response header |
94 * | (response payload) |
100 * len - the length of the total command and response, including
108 * the response header is found.
[all …]
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampidefs.h101 /* for Response Opcode of IOMB */
675 /** \brief the data structure of SSP TGT Response Start Command
677 * use to describe MPI SSP TGT Response Start Command (64 bytes)
948 /** \brief the data structure of Echo Response
950 * use to describe MPI Echo Response (64 bytes)
1000 /** \brief the data structure of SSP Completion Response
1002 * use to describe MPI SSP Completion Response (1024 bytes)
1017 /** \brief the data structure of SSP Completion DIF Response
1019 * use to describe MPI SSP Completion DIF Response (1024 bytes)
1049 /** \brief the data structure of SMP Completion Response
[all …]
/freebsd-src/contrib/unbound/respip/
H A Drespip.h2 * respip/respip.h - IP-based response modification module
20 * Conceptual set of IP addresses for response AAAA or A records that should
32 /** An address span with response control information */
62 * respip_set is supposed to refer to the response-ip set for the global view.
76 * Data items representing the result of response-ip processing.
97 * Create response IP set.
103 * Delete response IP set.
109 * Apply response-ip config settings to the global (default) view.
118 * Apply response-ip config settings in named views.
134 * If the target reply would also be subject to a response-ip action for
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_status_cb.pod38 A client application may request that a server send back an OCSP status response
49 with the returned OCSP response by calling SSL_CTX_set_tlsext_status_cb(). The
50 callback function should determine whether the returned OCSP response is
66 The response returned by the server can be obtained via a call to
68 to the OCSP response data and the return value will be the length of that data.
71 response data then B<*resp> will be NULL and the return value from
78 obtain the OCSP response to be sent back; and then set that response data by
79 calling SSL_set_tlsext_status_ocsp_resp(). A pointer to the response data should
86 error; 0 if the response is not acceptable (in which case the handshake will
90 SSL_TLSEXT_ERR_OK (meaning that the OCSP response that has been set should be
[all …]
H A DOSSL_HTTP_REQ_CTX.pod55 B<OSSL_HTTP_REQ_CTX> is a context structure for an HTTP request and response,
64 the B<BIO> to read/receive the response from (I<rbio>, which may be equal to
65 I<wbio>), and the maximum expected response header line length I<buf_size>.
94 of the HTTP client on the response.
99 is included in the HTTP header of the response and return an error if not.
101 expected as the response content and input streaming is disabled. This means
103 OSSL_HTTP_REQ_CTX_get0_mem_bio() should be used to get the buffered response.
106 be used directly to read the response contents, which may support streaming.
108 the subsequent HTTP transfer (sending the request and receiving a response)
115 kept open after receiving a response
[all...]
/freebsd-src/usr.sbin/ctld/
H A Dlogin.c47 login_set_nsg(struct pdu *response, int nsg) in login_set_nsg() argument
55 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs; in login_set_nsg()
73 login_set_csg(struct pdu *response, int csg) in login_set_csg() argument
81 bhslr = (struct iscsi_bhs_login_response *)response->pdu_bhs; in login_set_csg()
100 * without sending response ("A target receiving any PDU in login_receive()
150 struct pdu *response; in login_new_response() local
158 response = pdu_new_response(request); in login_new_response()
159 bhslr2 = (struct iscsi_bhs_login_response *)response->pdu_bhs; in login_new_response()
161 login_set_csg(response, BHSLR_STAGE_SECURITY_NEGOTIATION); in login_new_response()
169 return (response); in login_new_response()
175 struct pdu *response; login_send_error() local
257 struct pdu *response; login_send_chap_c() local
339 struct pdu *response; login_send_chap_success() local
623 struct pdu *response; login_redirect() local
682 struct pdu *response; login_negotiate() local
814 struct pdu *request, *response; login_wait_transition() local
838 struct pdu *request, *response; login() local
[all...]

12345678910>>...102