Searched refs:msg_header (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c551 if ( s->d1->handshake_read_seq == frag->msg_header.seq)
553 unsigned long frag_len = frag->msg_header.frag_len;
556 al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
561 memcpy(&p[frag->msg_header.frag_off],
562 frag->fragment,frag->msg_header.frag_len);
618 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr));
619 frag->msg_header.frag_len = frag->msg_header.msg_len;
620 frag->msg_header.frag_off = 0;
625 if (frag->msg_header
[all...]
H A Ddtls1.h177 struct hm_header_st msg_header; member in struct:hm_fragment_st
H A Dd1_pkt.c1147 dtls1_get_queue_priority(frag->msg_header.seq, 0),
/external/openssl/ssl/
H A Dd1_both.c551 if ( s->d1->handshake_read_seq == frag->msg_header.seq)
553 unsigned long frag_len = frag->msg_header.frag_len;
556 al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
561 memcpy(&p[frag->msg_header.frag_off],
562 frag->fragment,frag->msg_header.frag_len);
618 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr));
619 frag->msg_header.frag_len = frag->msg_header.msg_len;
620 frag->msg_header.frag_off = 0;
740 memcpy(&(frag->msg_header), msg_hd
[all...]
H A Ddtls1.h177 struct hm_header_st msg_header; member in struct:hm_fragment_st
H A Dd1_pkt.c1147 dtls1_get_queue_priority(frag->msg_header.seq, 0),
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Ddtls1.h177 struct hm_header_st msg_header; member in struct:hm_fragment_st
/external/openssl/include/openssl/
H A Ddtls1.h177 struct hm_header_st msg_header; member in struct:hm_fragment_st
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c854 msg_type = (uint8_t) GET_BITS8( message->msg_header,
913 instruction = (uint8_t) GET_BITS8( message->msg_header,
996 instruction = (uint8_t) GET_BITS8(message->msg_header,
1020 message->msg_header);
1038 status = PHNFCSTVAL( CID_NFC_HCI, message->msg_header);
1078 instruction = (uint8_t) GET_BITS8( message->msg_header,
1197 instruction = (uint8_t) GET_BITS8( message->msg_header,
1263 hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_TYPE_OFFSET,
1266 hcp_message->msg_header
[all...]
H A DphHciNfc_CE_A.c641 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_CE_B.c639 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_Generic.h522 uint8_t msg_header; member in struct:phHciNfc_HCP_Message
H A DphHciNfc_PollingLoop.c703 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_AdminMgmt.c989 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header,
1117 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
H A DphHciNfc_Emulation.c1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header,
1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
H A DphHciNfc_NfcIPMgmt.c444 instruction = (uint8_t) GET_BITS8( message->msg_header,
645 instruction = (uint8_t) GET_BITS8( message->msg_header,
764 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_Felica.c782 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_ISO15693.c592 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_Jewel.c665 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_RFReaderB.c641 instruction = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_SWP.c618 EventType = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_WI.c683 EventType = (uint8_t) GET_BITS8( message->msg_header,
H A DphHciNfc_DevMgmt.c1336 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
H A DphHciNfc_RFReaderA.c832 instruction = (uint8_t) GET_BITS8( message->msg_header,
/external/qemu/android/
H A Dsdk-controller-socket.c938 SDKCtlMessageHeader* const msg_header = (SDKCtlMessageHeader*)msg; local
940 msg_header->packet.signature = _sdkctl_packet_sig;
941 msg_header->packet.size = sizeof(SDKCtlMessageHeader) + msg_size;
942 msg_header->packet.type = SDKCTL_PACKET_MESSAGE;
943 msg_header->msg_type = msg_type;

Completed in 360 milliseconds