Searched refs:seq_num (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c89 be16 seq_num; member in struct:iapp_add_notify
110 u16 seq_num; member in struct:iapp_move_notify
121 u16 seq_num; member in struct:iapp_move_response
138 u16 seq_num; member in struct:iapp_cache_notify
151 u16 seq_num; member in struct:iapp_cache_response
184 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
205 add->seq_num = host_to_be16(seq_num);
296 be_to_host16(add->seq_num),
303 /* TODO: could use seq_num t
[all...]
/external/wpa_supplicant_8/src/ap/
H A Diapp.c89 be16 seq_num; member in struct:iapp_add_notify
110 u16 seq_num; member in struct:iapp_move_notify
121 u16 seq_num; member in struct:iapp_move_response
138 u16 seq_num; member in struct:iapp_cache_notify
151 u16 seq_num; member in struct:iapp_cache_response
184 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
205 add->seq_num = host_to_be16(seq_num);
296 be_to_host16(add->seq_num),
303 /* TODO: could use seq_num t
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.c89 be16 seq_num; member in struct:iapp_add_notify
110 u16 seq_num; member in struct:iapp_move_notify
121 u16 seq_num; member in struct:iapp_move_response
138 u16 seq_num; member in struct:iapp_cache_notify
151 u16 seq_num; member in struct:iapp_cache_response
184 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
205 add->seq_num = host_to_be16(seq_num);
296 be_to_host16(add->seq_num),
303 /* TODO: could use seq_num t
[all...]
/external/srtp/srtp/
H A Dsrtp.c1457 uint32_t seq_num; local
1549 seq_num = rdb_get_value(&stream->rtcp_rdb);
1550 *trailer |= htonl(seq_num);
1551 debug_print(mod_srtp, "srtcp index: %x", seq_num);
1561 iv.v32[2] = htonl(seq_num >> 16);
1562 iv.v32[3] = htonl(seq_num << 16);
1568 /* otherwise, just set the index to seq_num */
1572 iv.v32[3] = htonl(seq_num);
1621 /* increase the packet length by the length of the auth tag and seq_num*/
1643 uint32_t seq_num; local
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc66 bool RtpDumpPacket::GetRtpSeqNum(uint16* seq_num) const {
67 if (!seq_num || !IsValidRtpPacket()) {
70 *seq_num = talk_base::GetBE16(&data[2]);
H A Drtpdump.h77 bool GetRtpSeqNum(uint16* seq_num) const;
/external/openssl/ssl/
H A Dd1_pkt.c310 s->s3->rrec.seq_num);
686 dtls1_buffer_record(s, &(s->d1->unprocessed_rcds), rr->seq_num);
826 dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num);
1582 memcpy (s->s3->rrec.seq_num,seq,8);
1591 memcpy (s->s3->rrec.seq_num,seq,8);
1728 unsigned short seq_num;
1735 seq_num = msg_hdr.seq;
1741 seq_num = ccs_hdr.seq;
1748 if ( seq_num < s->d1->handshake_read_seq)
1751 seq_num
[all...]
H A Dd1_both.c168 unsigned long len, unsigned short seq_num, unsigned long frag_off,
1198 fprintf( stderr, "\t\t\t\t\tseq_num = %d\n", msg_buf->seq_num);
1333 unsigned long len, unsigned short seq_num, unsigned long frag_off,
1340 msg_hdr->seq = seq_num;
1332 dtls1_set_message_header_int(SSL *s, unsigned char mt, unsigned long len, unsigned short seq_num, unsigned long frag_off, unsigned long frag_len) argument
H A Dssl3.h361 /*r */ unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ member in struct:ssl3_record_st
H A Ds3_lib.c2126 memset(s3->rrec.seq_num,0,sizeof(s3->rrec.seq_num));
2127 memset(s3->wrec.seq_num,0,sizeof(s3->wrec.seq_num));
/external/bluetooth/bluez/audio/
H A Dliba2dp.c143 uint16_t seq_num; /* Cumulative packet sequence */ member in struct:bluetooth_data
266 data->seq_num = 0;
660 header->sequence_number = htons(data->seq_num);
723 data->seq_num++;
1228 data->seq_num, data->count,
H A Dpcm_bluetooth.c105 uint16_t seq_num; /* Cumulative packet sequence */ member in struct:bluetooth_a2dp
984 header->sequence_number = htons(a2dp->seq_num);
998 a2dp->seq_num++;
1084 a2dp->seq_num, a2dp->count,
1125 a2dp->seq_num, a2dp->count,
/external/openssl/include/openssl/
H A Dssl3.h361 /*r */ unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ member in struct:ssl3_record_st
/external/bluetooth/bluez/test/
H A Dipctest.c84 uint16_t seq_num; /* Cumulative packet sequence */ member in struct:a2dp_info

Completed in 546 milliseconds