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

/freebsd-10.0-release/tools/tools/net80211/scripts/
H A Dsetup.tsn11 SSID=$SSID-tsn
13 CONF=$TMPDIR/tsn-$WLAN.conf
30 tsn=1
44 ifconfig $WLAN tsn
/freebsd-10.0-release/sys/netinet/
H A Dsctp_indata.h44 uint32_t tsn, uint32_t ppid,
50 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, stream_no, stream_seq, flags, dm) do { \
59 (_ctl)->sinfo_tsn = tsn; \
60 (_ctl)->sinfo_cumtsn = tsn; \
H A Dsctp_header.h149 uint32_t tsn; member in struct:sctp_data
359 uint32_t tsn; member in struct:old_sctp_ecne_chunk
364 uint32_t tsn; member in struct:sctp_ecne_chunk
371 uint32_t tsn; member in struct:sctp_cwr_chunk
H A Dsctp_indata.c123 uint32_t tsn, uint32_t ppid,
140 read_queue_e->sinfo_tsn = tsn;
141 read_queue_e->sinfo_cumtsn = tsn;
316 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) argument
325 if (SCTP_TSN_GT(cumackp1, tsn)) {
327 * this tsn is behind the cum ack and thus we don't need to
332 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn);
334 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn);
342 if (SCTP_TSN_GT(tsn, aso
121 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
745 uint32_t tsn; local
1433 uint32_t tsn, gap; local
[all...]
H A Dsctp_constants.h909 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \
910 if (tsn >= mapping_tsn) { \
911 gap = tsn - mapping_tsn; \
913 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
H A Dsctp_var.h261 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
282 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
H A Dsctp_input.c289 /* init tsn's */
362 /* EY - nr_sack: initialize highest tsn in nr_mapping_array */
3023 uint32_t tsn, window_data_tsn; local
3039 tsn = ntohl(cp->tsn);
3051 if (lchk->rec.data.TSN_seq == tsn) {
3056 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {
3067 if (tsn == net->last_cwr_tsn) {
3090 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3104 net->last_cwr_tsn = tsn;
3246 uint32_t tsn; local
3864 uint32_t seq, tsn; local
[all...]
H A Dsctp_structs.h79 uint32_t tsn; member in struct:sctp_stream_reset_list
618 uint32_t tsn; member in struct:sctp_tsn_log
631 uint32_t tsn; member in struct:sctp_fs_spec_log
867 /* ASCONF next seq I am sending out, inits at init-tsn */
H A Dsctp_uio.h792 uint32_t tsn; member in struct:sctp_fr_log
818 uint32_t tsn; member in struct:sctp_sack_log
1098 * fwd-tsn's */
H A Dsctputil.c127 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from) argument
132 sctp_clog.x.strlog.n_tsn = tsn;
166 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
172 sctp_clog.x.sack.tsn = tsn;
203 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) argument
210 sctp_clog.x.fr.tsn = tsn;
3906 stcb->asoc.in_tsnlog[i].tsn,
3916 stcb->asoc.in_tsnlog[i].tsn,
[all...]
H A Dsctp_output.c7403 asoc->out_tsnlog[asoc->tsn_out_at].tsn = chk->rec.data.TSN_seq;
7416 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
9369 /* Clean up the fwd-tsn list */
9376 * fwd-tsn with it all.
9433 uint32_t tsn; local
9435 tsn = asoc->last_acked_seq + 1;
9436 if (tsn == chk->rec.data.TSN_seq) {
11199 ctsn = ntohl(ecne->tsn);
11201 ecne->tsn = htonl(high_tsn);
11238 ecne->tsn
[all...]
/freebsd-10.0-release/sys/net/
H A Dbpf.c2244 struct timespec tsn; local
2258 bintime2timespec(bt, &tsn);
2259 ts->bt_sec = tsn.tv_sec;
2260 ts->bt_frac = tsn.tv_nsec;

Completed in 171 milliseconds