Searched refs:msg_header (Results 1 – 20 of 20) sorted by relevance
/external/openssl/ssl/ |
D | d1_both.c | 564 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 …]
|
D | dtls1.h | 168 struct hm_header_st msg_header; member
|
D | d1_pkt.c | 1060 dtls1_get_queue_priority(frag->msg_header.seq, 0), in dtls1_read_bytes()
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Generic.c | 854 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()
|
D | phHciNfc_Emulation.c | 1191 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()
|
D | phHciNfc_AdminMgmt.c | 989 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()
|
D | phHciNfc_Generic.h | 526 uint8_t msg_header; member
|
D | phHciNfc_CE_A.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_A_Event()
|
D | phHciNfc_CE_B.c | 639 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_B_Event()
|
D | phHciNfc_NfcIPMgmt.c | 444 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()
|
D | phHciNfc_PollingLoop.c | 703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_Event()
|
D | phHciNfc_ISO15693.c | 592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
|
D | phHciNfc_WI.c | 683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_Event()
|
D | phHciNfc_SWP.c | 618 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_SWP_Event()
|
D | phHciNfc_Jewel.c | 665 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Jewel_Event()
|
D | phHciNfc_RFReaderB.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderB_Event()
|
D | phHciNfc_Felica.c | 747 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Felica_Event()
|
D | phHciNfc_RFReaderA.c | 831 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderA_Event()
|
D | phHciNfc_DevMgmt.c | 1323 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()
|
/external/openssl/include/openssl/ |
D | dtls1.h | 168 struct hm_header_st msg_header; member
|