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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.h 46 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; \
sctp_header.h 155 uint32_t tsn; member in struct:sctp_data
177 uint32_t initial_tsn; /* I-TSN */
280 uint32_t cum_tsn_ack; /* cumulative TSN Ack */
294 uint32_t cum_tsn_ack; /* cumulative TSN Ack */
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
432 /* Forward Cumulative TSN (FORWARD TSN) */
475 uint32_t send_reset_at_tsn; /* last TSN I assigned outbound *
    [all...]
sctp_indata.c 125 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)
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, asoc->highest_tsn_inside_nr_map))
750 uint32_t tsn; local
1284 uint32_t tsn, gap; local
    [all...]
sctp_constants.h 517 /* Maximum the mapping array will grow to (TSN mapping array) */
576 /* max number of TSN's dup'd that I will hold */
922 #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; \
    [all...]
sctp_input.c 317 /* init tsn's */
391 /* EY - nr_sack: initialize highest tsn in nr_mapping_array */
3134 uint32_t tsn, window_data_tsn; local
3350 uint32_t tsn; local
3962 uint32_t seq, tsn; local
    [all...]
sctp_var.h 334 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; \
sctp.h 436 uint32_t tsn; /* TSN of the empty data chunk */ member in struct:sctp_error_no_user_data
sctp_structs.h 83 uint32_t tsn; member in struct:sctp_stream_reset_list
356 uint32_t this_sack_highest_newack; /* tracks highest TSN newly
439 uint32_t TSN_seq; /* the TSN of this transmit */
516 uint32_t sinfo_tsn; /* Use this in reassembly as first TSN */
517 uint32_t sinfo_cumtsn; /* Use this in reassembly as last TSN */
678 uint32_t tsn; member in struct:sctp_tsn_log
691 uint32_t tsn; member in struct:sctp_fs_spec_log
846 * Once a TSN hits the wire it is moved to the sent_queue. We
925 /* ASCONF next seq I am sending out, inits at init-tsn */
928 /* ASCONF last received ASCONF from peer, starts at peer's TSN-1 *
    [all...]
sctputil.c 152 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from)
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)
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)
244 sctp_clog.x.fr.tsn = tsn;
    [all...]
sctp_uio.h 833 uint32_t tsn; member in struct:sctp_fr_log
859 uint32_t tsn; member in struct:sctp_sack_log
1033 uint32_t sctps_pdrptsnnf; /* P-drop, could not find TSN */
1034 uint32_t sctps_pdrpdnfnd; /* P-drop, attempt reverse TSN lookup */
1037 uint32_t sctps_pdrpbadd; /* P-drop, data did not match TSN */
1038 uint32_t sctps_pdrpmark; /* P-drop, TSN's marked for Fast Retran */
    [all...]
sctp_output.c 10049 uint32_t tsn; local
    [all...]
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 60 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn);
rw_api.h     [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn)
513 UINT8_TO_STREAM (pp, tsn);

Completed in 162 milliseconds