HomeSort by relevance Sort by last modified time
    Searched refs:msg_header (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
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_hdr, sizeof(*msg_hdr))
    [all...]
dtls1.h 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
d1_pkt.c     [all...]
  /external/openssl/ssl/
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_hdr, sizeof(*msg_hdr))
    [all...]
dtls1.h 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
d1_pkt.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
  /external/openssl/include/openssl/
dtls1.h 177 struct hm_header_st msg_header; member in struct:hm_fragment_st
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 854 msg_type = (uint8_t) GET_BITS8( message->msg_header,
913 instruction = (uint8_t) GET_BITS8( message->msg_header,
    [all...]
phHciNfc_CE_A.c 641 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_CE_B.c 639 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_Generic.h 522 uint8_t msg_header; member in struct:phHciNfc_HCP_Message
    [all...]
phHciNfc_PollingLoop.c 703 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_AdminMgmt.c     [all...]
phHciNfc_Emulation.c     [all...]
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,
    [all...]
phHciNfc_Felica.c 782 instruction = (uint8_t) GET_BITS8( message->msg_header,
    [all...]
phHciNfc_ISO15693.c 592 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_Jewel.c 665 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_RFReaderB.c 641 instruction = (uint8_t) GET_BITS8( message->msg_header,
    [all...]
phHciNfc_SWP.c 618 EventType = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_WI.c 683 EventType = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_DevMgmt.c     [all...]
phHciNfc_RFReaderA.c 832 instruction = (uint8_t) GET_BITS8( message->msg_header,
    [all...]
  /external/qemu/android/
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;
    [all...]

Completed in 628 milliseconds