Home
last modified time | relevance | path

Searched refs:msg_header (Results 1 – 20 of 20) sorted by relevance

/external/openssl/ssl/
Dd1_both.c564 if ( s->d1->handshake_read_seq == frag->msg_header.seq) in dtls1_retrieve_buffered_fragment()
566 unsigned long frag_len = frag->msg_header.frag_len; in dtls1_retrieve_buffered_fragment()
569 al=dtls1_preprocess_fragment(s,&frag->msg_header,max); in dtls1_retrieve_buffered_fragment()
574 memcpy(&p[frag->msg_header.frag_off], in dtls1_retrieve_buffered_fragment()
575 frag->fragment,frag->msg_header.frag_len); in dtls1_retrieve_buffered_fragment()
631 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); in dtls1_reassemble_fragment()
632 frag->msg_header.frag_len = frag->msg_header.msg_len; in dtls1_reassemble_fragment()
633 frag->msg_header.frag_off = 0; in dtls1_reassemble_fragment()
753 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); in dtls1_process_out_of_seq_message()
1140 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs), in dtls1_retransmit_buffered_messages()
[all …]
Ddtls1.h168 struct hm_header_st msg_header; member
Dd1_pkt.c1060 dtls1_get_queue_priority(frag->msg_header.seq, 0), in dtls1_read_bytes()
/external/libnfc-nxp/src/
DphHciNfc_Generic.c854 msg_type = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_HCP()
913 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Response()
996 instruction = (uint8_t) GET_BITS8(message->msg_header, in phHciNfc_Error_Response()
1020 message->msg_header); in phHciNfc_Error_Response()
1038 status = PHNFCSTVAL( CID_NFC_HCI, message->msg_header); in phHciNfc_Error_Response()
1078 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Event()
1197 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Command()
1263 hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_TYPE_OFFSET, in phHciNfc_Build_HCPMessage()
1266 … hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_INSTRUCTION_OFFSET, in phHciNfc_Build_HCPMessage()
DphHciNfc_Emulation.c1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Cmd()
1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Event()
DphHciNfc_AdminMgmt.c989 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Cmd()
1116 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Event()
DphHciNfc_Generic.h526 uint8_t msg_header; member
DphHciNfc_CE_A.c641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_A_Event()
DphHciNfc_CE_B.c639 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_B_Event()
DphHciNfc_NfcIPMgmt.c444 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Initiator_Event()
645 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Target_Event()
764 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_NfcIP_Event()
DphHciNfc_PollingLoop.c703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_Event()
DphHciNfc_ISO15693.c592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
DphHciNfc_WI.c683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_Event()
DphHciNfc_SWP.c618 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_SWP_Event()
DphHciNfc_Jewel.c665 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Jewel_Event()
DphHciNfc_RFReaderB.c641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderB_Event()
DphHciNfc_Felica.c747 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Felica_Event()
DphHciNfc_RFReaderA.c831 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderA_Event()
DphHciNfc_DevMgmt.c1323 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()
/external/openssl/include/openssl/
Ddtls1.h168 struct hm_header_st msg_header; member