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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c66 struct timespec ts1, ts2, tsn; local
71 tsn.tv_sec = 0;
72 tsn.tv_nsec = i;
78 ATF_REQUIRE(nanosleep(&tsn, NULL) == 0);
90 (unsigned long long)tsn.tv_sec, tsn.tv_nsec,
95 "(resolution = %lu nsec)", tsn.tv_nsec);
138 struct timespec tsn, tsr; local
155 tsn.tv_sec = 10;
156 tsn
[all...]
/freebsd-11.0-release/tools/tools/net80211/scripts/
H A Dsetup.tsn5 # $FreeBSD: releng/11.0/tools/tools/net80211/scripts/setup.tsn 178361 2008-04-20 20:43:42Z sam $
11 SSID=$SSID-tsn
13 CONF=$TMPDIR/tsn-$WLAN.conf
30 tsn=1
44 ifconfig $WLAN tsn
/freebsd-11.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, tfsn, msgid) do { \
64 (_ctl)->sinfo_tsn = tsn; \
65 (_ctl)->sinfo_cumtsn = tsn; \
H A Dsctp_header.h143 uint32_t tsn; member in struct:sctp_data
156 uint32_t tsn; member in struct:sctp_idata
342 uint32_t tsn; member in struct:old_sctp_ecne_chunk
347 uint32_t tsn; member in struct:sctp_ecne_chunk
354 uint32_t tsn; member in struct:sctp_cwr_chunk
H A Dsctp_indata.c132 uint32_t tsn, uint32_t ppid,
149 read_queue_e->sinfo_tsn = tsn;
150 read_queue_e->sinfo_cumtsn = tsn;
278 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) argument
288 if (SCTP_TSN_GT(cumackp1, tsn)) {
290 * this tsn is behind the cum ack and thus we don't need to
295 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn);
302 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn);
310 if (SCTP_TSN_GT(tsn, aso
130 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, uint32_t stream_seq, uint8_t flags, struct mbuf *dm) argument
743 sctp_reset_a_control(struct sctp_queued_to_read *control, struct sctp_inpcb *inp, uint32_t tsn) argument
1284 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_in *strm, struct sctp_queued_to_read *control, struct sctp_tmit_chunk *chk, int created_control, int *abort_flag, uint32_t tsn) argument
1584 uint32_t tsn, fsn, gap, msg_id; local
[all...]
H A Dsctp_constants.h908 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \
909 if (tsn >= mapping_tsn) { \
910 gap = tsn - mapping_tsn; \
912 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
H A Dsctp_var.h270 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
291 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
H A Dsctp_input.c301 /* init tsn's */
380 /* EY - nr_sack: initialize highest tsn in nr_mapping_array */
3036 uint32_t tsn, window_data_tsn; local
3052 tsn = ntohl(cp->tsn);
3064 if (lchk->rec.data.TSN_seq == tsn) {
3069 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {
3080 if (tsn == net->last_cwr_tsn) {
3103 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3117 net->last_cwr_tsn = tsn;
3258 uint32_t tsn; local
3941 uint32_t seq, tsn; local
[all...]
H A Dsctp.h425 uint32_t tsn; /* TSN of the empty data chunk */ member in struct:sctp_error_no_user_data
H A Dsctp_structs.h80 uint32_t tsn; member in struct:sctp_stream_reset_list
661 uint32_t tsn; member in struct:sctp_tsn_log
675 uint32_t tsn; member in struct:sctp_fs_spec_log
898 /* ASCONF next seq I am sending out, inits at init-tsn */
H A Dsctputil.c130 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from) argument
135 sctp_clog.x.strlog.n_tsn = tsn;
169 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
175 sctp_clog.x.sack.tsn = tsn;
206 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) argument
213 sctp_clog.x.fr.tsn = tsn;
4035 stcb->asoc.in_tsnlog[i].tsn,
4045 stcb->asoc.in_tsnlog[i].tsn,
4649 sctp_generate_no_user_data_cause(uint32_t tsn) argument
[all...]
H A Dsctp_uio.h814 uint32_t tsn; member in struct:sctp_fr_log
840 uint32_t tsn; member in struct:sctp_sack_log
1120 * fwd-tsn's */
H A Dsctp_output.c7609 asoc->out_tsnlog[asoc->tsn_out_at].tsn = chk->rec.data.TSN_seq;
7622 dchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
7630 ndchkh->dp.tsn = htonl(chk->rec.data.TSN_seq);
9537 /* Clean up the fwd-tsn list */
9544 * fwd-tsn with it all.
9605 uint32_t tsn; local
9607 tsn = asoc->last_acked_seq + 1;
9608 if (tsn == chk->rec.data.TSN_seq) {
10299 * but to tell if we are sending a fwd-tsn by the stack during
10300 * output. And if its a IFORWARD or a FORWARD it is a fwd-tsn
[all...]
/freebsd-11.0-release/sys/net/
H A Dbpf.c2333 struct timespec tsn; local
2347 bintime2timespec(bt, &tsn);
2348 ts->bt_sec = tsn.tv_sec;
2349 ts->bt_frac = tsn.tv_nsec;

Completed in 315 milliseconds