/external/chromium_org/third_party/openssl/openssl/ssl/ |
H A D | d1_both.c | 551 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 D | dtls1.h | 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
|
H A D | d1_pkt.c | 1147 dtls1_get_queue_priority(frag->msg_header.seq, 0),
|
/external/openssl/ssl/ |
H A D | d1_both.c | 551 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 D | dtls1.h | 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
|
H A D | d1_pkt.c | 1147 dtls1_get_queue_priority(frag->msg_header.seq, 0),
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | dtls1.h | 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
|
/external/openssl/include/openssl/ |
H A D | dtls1.h | 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
|
/external/libnfc-nxp/src/ |
H A D | phHciNfc_Generic.c | 854 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 D | phHciNfc_CE_A.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_CE_B.c | 639 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_Generic.h | 522 uint8_t msg_header; member in struct:phHciNfc_HCP_Message
|
H A D | phHciNfc_PollingLoop.c | 703 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_AdminMgmt.c | 989 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, 1117 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
|
H A D | phHciNfc_Emulation.c | 1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, 1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
|
H A D | phHciNfc_NfcIPMgmt.c | 444 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 D | phHciNfc_Felica.c | 782 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_ISO15693.c | 592 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_Jewel.c | 665 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_RFReaderB.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_SWP.c | 618 EventType = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_WI.c | 683 EventType = (uint8_t) GET_BITS8( message->msg_header,
|
H A D | phHciNfc_DevMgmt.c | 1336 event = (uint8_t) GET_BITS8( hcp_message->msg_header,
|
H A D | phHciNfc_RFReaderA.c | 832 instruction = (uint8_t) GET_BITS8( message->msg_header,
|
/external/qemu/android/ |
H A D | sdk-controller-socket.c | 938 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;
|