Searched refs:tsn (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.h46 uint32_t tsn, uint32_t ppid,
52 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, stream_no, stream_seq, flags, dm) do { \
61 (_ctl)->sinfo_tsn = tsn; \
62 (_ctl)->sinfo_cumtsn = tsn; \
H A Dsctp_header.h155 uint32_t tsn; member in struct:sctp_data
371 uint32_t tsn; member in struct:old_sctp_ecne_chunk
376 uint32_t tsn; member in struct:sctp_ecne_chunk
383 uint32_t tsn; member in struct:sctp_cwr_chunk
H A Dsctp_indata.c125 uint32_t tsn, uint32_t ppid,
142 read_queue_e->sinfo_tsn = tsn;
143 read_queue_e->sinfo_cumtsn = tsn;
335 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) argument
344 if (SCTP_TSN_GT(cumackp1, tsn)) {
345 /* this tsn is behind the cum ack and thus we don't
350 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn);
352 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn);
360 if (SCTP_TSN_GT(tsn, aso
123 sctp_build_readq_entry(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t tsn, uint32_t ppid, uint32_t context, uint16_t stream_no, uint16_t stream_seq, uint8_t flags, struct mbuf *dm) argument
750 uint32_t tsn; local
1284 uint32_t tsn, gap; local
[all...]
H A Dsctp_constants.h922 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \
923 if (tsn >= mapping_tsn) { \
924 gap = tsn - mapping_tsn; \
926 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
H A Dsctp_input.c317 /* init tsn's */
391 /* EY - nr_sack: initialize highest tsn in nr_mapping_array */
3134 uint32_t tsn, window_data_tsn; local
3150 tsn = ntohl(cp->tsn);
3162 if (lchk->rec.data.TSN_seq == tsn) {
3167 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {
3178 if (tsn == net->last_cwr_tsn) {
3201 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3212 net->last_cwr_tsn = tsn;
3350 uint32_t tsn; local
3962 uint32_t seq, tsn; local
[all...]
H A Dsctp_var.h334 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
355 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
H A Dsctp.h436 uint32_t tsn; /* TSN of the empty data chunk */ member in struct:sctp_error_no_user_data
H A Dsctp_structs.h83 uint32_t tsn; member in struct:sctp_stream_reset_list
678 uint32_t tsn; member in struct:sctp_tsn_log
691 uint32_t tsn; member in struct:sctp_fs_spec_log
925 /* ASCONF next seq I am sending out, inits at init-tsn */
H A Dsctputil.c152 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from) argument
158 sctp_clog.x.strlog.n_tsn = tsn;
195 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
202 sctp_clog.x.sack.tsn = tsn;
236 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) argument
244 sctp_clog.x.fr.tsn = tsn;
4096 stcb->asoc.in_tsnlog[i].tsn,
4106 stcb->asoc.in_tsnlog[i].tsn,
5112 sctp_generate_no_user_data_cause(uint32_t tsn) argument
[all...]
H A Dsctp_uio.h833 uint32_t tsn; member in struct:sctp_fr_log
859 uint32_t tsn; member in struct:sctp_sack_log
1106 uint32_t sctps_fwdtsn_map_over; /* number of map array over-runs via fwd-tsn's */
H A Dsctp_output.c7984 asoc->out_tsnlog[asoc->tsn_out_at].tsn = chk->rec.data.TSN_seq;
7997 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
9980 /* Clean up the fwd-tsn list */
9987 * fwd-tsn with it all.
10049 uint32_t tsn; local
10051 tsn = asoc->last_acked_seq + 1;
10052 if (tsn == chk->rec.data.TSN_seq) {
12014 ctsn = ntohl(ecne->tsn);
12016 ecne->tsn = htonl(high_tsn);
12053 ecne->tsn
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dnci_hmsgs.h60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
H A Drw_api.h801 NFC_API extern tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) argument
513 UINT8_TO_STREAM (pp, tsn);
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c2929 tNFC_STATUS RW_T3tPoll (UINT16 system_code, tT3T_POLL_RC rc, UINT8 tsn) argument
2943 if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (system_code, (UINT8) rc, tsn)) == NCI_STATUS_OK)

Completed in 243 milliseconds