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

  /external/openssl/ssl/
d1_both.c 564 if ( s->d1->handshake_read_seq == frag->msg_header.seq)
566 unsigned long frag_len = frag->msg_header.frag_len;
569 al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
574 memcpy(&p[frag->msg_header.frag_off],
575 frag->fragment,frag->msg_header.frag_len);
631 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr));
632 frag->msg_header.frag_len = frag->msg_header.msg_len;
633 frag->msg_header.frag_off = 0;
753 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr))
    [all...]
dtls1.h 168 struct hm_header_st msg_header; member in struct:hm_fragment_st
d1_pkt.c 1060 dtls1_get_queue_priority(frag->msg_header.seq, 0),
    [all...]
  /external/openssl/include/openssl/
dtls1.h 168 struct hm_header_st msg_header; member in struct:hm_fragment_st
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 852 msg_type = (uint8_t) GET_BITS8( message->msg_header,
911 instruction = (uint8_t) GET_BITS8( message->msg_header,
994 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 525 uint8_t msg_header; member in struct:phHciNfc_HCP_Message
    [all...]
phHciNfc_PollingLoop.c 703 instruction = (uint8_t) GET_BITS8( message->msg_header,
phHciNfc_WI.c 680 EventType = (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 747 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_DevMgmt.c     [all...]
phHciNfc_RFReaderA.c 831 instruction = (uint8_t) GET_BITS8( message->msg_header,
    [all...]

Completed in 456 milliseconds