Home
last modified time | relevance | path

Searched refs:seqoff (Results 1 – 24 of 24) sorted by relevance

/dports/net/libnids/libnids-1.24/src/
H A Dkilltcp.c17 void nids_killtcp_seq(struct tcp_stream *a_tcp, int seqoff) in nids_killtcp_seq() argument
29 (seqoff?(a_tcp->server.window/2):0), in nids_killtcp_seq()
39 (seqoff?(a_tcp->client.window/2):0), in nids_killtcp_seq()
77 void nids_killtcp_seq(struct tcp_stream *a_tcp, int seqoff) in nids_killtcp_seq() argument
84 (seqoff?(a_tcp->server.window/2):0), in nids_killtcp_seq()
94 (seqoff?(a_tcp->client.window/2):0), in nids_killtcp_seq()
/dports/www/srt/srt-1.4.4/test/
H A Dtest_seqno.cpp33 TEST(CSeqNo, seqoff) in TEST() argument
36 EXPECT_EQ(CSeqNo::seqoff(0x7FFFFFFF, 0x7FFFFFFF), 0); in TEST()
39 EXPECT_EQ(CSeqNo::seqoff(125, 1), -124); in TEST()
41 EXPECT_EQ(CSeqNo::seqoff(1, 0x7FFFFFFF), -2); in TEST()
42 EXPECT_EQ(CSeqNo::seqoff(0x7FFFFFFF, 1), 2); in TEST()
/dports/biology/rainbow/rainbow_2.0.4/
H A Ddivide.c54 c = div->seqs->buffer[rd->seqoff + col]; in _call_key_col()
96 c = div->seqs->buffer[rd->seqoff + col]; in call_key_col()
133 else idx = (div->seqs->buffer[rd->seqoff + cb->col] != cb->base); in call_key_col()
136 div->ps2->buffer[div->seqs->buffer[rd->seqoff + j] + 4 * j] ++; in call_key_col()
140 div->ps1->buffer[div->seqs->buffer[rd->seqoff + j] + 4 * j] ++; in call_key_col()
226 if(rd->seqlen1 >= col && div->seqs->buffer[rd->seqoff + col] == b){ in dividing_core()
266 for(k=0;k<rd->seqlen1;k++) seq1->string[k] = bit_base_table[div->seqs->buffer[rd->seqoff + k]]; in dividing()
268 …for(k=0;k<rd->seqlen2;k++) seq2->string[k] = bit_base_table[div->seqs->buffer[rd->seqoff + rd->seq… in dividing()
365 rd->seqoff = div->seqs->size; in div_reads()
H A Drainbow.h92 uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6; member
H A Dtags650 rank rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct:__…
688 revsed rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct:…
734 seqid rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct:_…
736 seqlen1 rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct…
737 seqlen2 rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct…
739 seqoff rainbow.h /^ uint32_t seqid, seqoff, seqlen1:10, seqlen2:10, rank:6, revsed:6;$/;" m struct:…
/dports/www/srt/srt-1.4.4/srtcore/
H A Dfec.cpp412 int baseoff = CSeqNo::seqoff(base, packet.getSeqNo()); in feedSource()
948 int offset = CSeqNo::seqoff(rcv.rowq[0].base, seqno); in CheckLargeDrop()
985 if (offset != CSeqNo::seqoff(rcv.colq[0].base, seqno)) in CheckLargeDrop()
1000 int coloff = CSeqNo::seqoff(colbase, seqno); in CheckLargeDrop()
1050 int offset = CSeqNo::seqoff(base, g.base); in CollectIrrecoverRow()
1308 int baseoff = CSeqNo::seqoff(rcv.cell_base, g.base); in RcvGetLossSeqHoriz()
1360 int baseoff = CSeqNo::seqoff(rcv.cell_base, g.base); in RcvGetLossSeqVert()
1608 const int offset = CSeqNo::seqoff(base, seq); in RcvGetRowGroupIndex()
1982 int this_off = CSeqNo::seqoff(base0, seq); in RcvCheckDismissColumn()
2276 int dist = CSeqNo::seqoff(fi_end, *i); in TranslateLossRecords()
[all …]
H A Dlist.cpp137 const int offset = CSeqNo::seqoff(m_caSeq[m_iHead].seqstart, seqno1); in insert()
151 const int offset_seqno2 = CSeqNo::seqoff(m_caSeq[m_iHead].seqstart, seqno2); in insert()
237 int offset = CSeqNo::seqoff(m_caSeq[m_iHead].seqstart, seqno); in removeUpTo()
528 int offset = CSeqNo::seqoff(m_caSeq[m_iHead].seqstart, seqno1); in insert()
568 int offset = CSeqNo::seqoff(m_caSeq[m_iHead].seqstart, seqno); in remove()
H A Dcongctl.cpp542 << ", seqdiff=" << CSeqNo::seqoff(m_iLastDecSeq, lossbegin) in onLossReport()
554 << ", seqdiff=" << CSeqNo::seqoff(m_iLastDecSeq, lossbegin) in onLossReport()
563 << ", seqdiff=" << CSeqNo::seqoff(m_iLastDecSeq, lossbegin) in onLossReport()
H A Dcommon.h593 return seqoff(c2.value, c1.value);
658 inline static int seqoff(int32_t seq1, int32_t seq2)
904 int seqdiff = CSeqNo::seqoff(initseq, seq);
942 int seqdiff = CSeqNo::seqoff(initseq, seq);
953 int seqdiff = CSeqNo::seqoff(initseq, seq);
H A Dpacketfilter.cpp151 int dist = CSeqNo::seqoff(i->first, i->second) + 1; in receive()
H A Dcore.cpp7465 int acksize = CSeqNo::seqoff(m_iRcvLastSkipAck, ack); in ackDataUpTo()
7500 int diff = CSeqNo::seqoff(prev, ack); in DebugAck()
7928 const int offset = CSeqNo::seqoff(m_iSndLastDataAck, ackdata_seqno); in updateSndLossListOnACK()
8099 if (CSeqNo::seqoff(m_iSndLastFullAck, ackdata_seqno) <= 0) in processCtrlAck()
8375 CSeqNo::seqoff(losslist_lo, losslist_hi) + 1); in processCtrlLossReport()
8873 const int offset = CSeqNo::seqoff(m_iSndLastDataAck, w_packet.m_iSeqNo); in packLostData()
9508 int diff = CSeqNo::seqoff(m_iRcvCurrPhySeqNo, packet.m_iSeqNo); in processData()
9620 int32_t offset = CSeqNo::seqoff(m_iRcvLastSkipAck, rpkt.m_iSeqNo); in processData()
9941 CSeqNo::seqoff(i->seq[0], i->seq[1]) + 1); in processData()
9963 1 + CSeqNo::seqoff(i->seq[0], i->seq[1]), in processData()
[all …]
H A Dbuffer.cpp1622 seqspan = CSeqNo::seqoff(low_seq, high_seq); in reportBufferStats()
H A Dgroup.cpp4218 const int distance = CSeqNo::seqoff(core.schedSeqNo(), curseq); in sendBackupRexmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_seqadj.c171 s32 seqoff, ackoff; in nf_ct_seq_adjust() local
185 seqoff = this_way->offset_after; in nf_ct_seq_adjust()
187 seqoff = this_way->offset_before; in nf_ct_seq_adjust()
189 newseq = htonl(ntohl(tcph->seq) + seqoff); in nf_ct_seq_adjust()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_seqadj.c171 s32 seqoff, ackoff; in nf_ct_seq_adjust() local
185 seqoff = this_way->offset_after; in nf_ct_seq_adjust()
187 seqoff = this_way->offset_before; in nf_ct_seq_adjust()
189 newseq = htonl(ntohl(tcph->seq) + seqoff); in nf_ct_seq_adjust()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_seqadj.c171 s32 seqoff, ackoff; in nf_ct_seq_adjust() local
185 seqoff = this_way->offset_after; in nf_ct_seq_adjust()
187 seqoff = this_way->offset_before; in nf_ct_seq_adjust()
189 newseq = htonl(ntohl(tcph->seq) + seqoff); in nf_ct_seq_adjust()
/dports/net/udt/udt4/src/
H A Dlist.cpp108 int offset = CSeqNo::seqoff(m_piData1[m_iHead], seqno1); in insert()
265 int offset = CSeqNo::seqoff(m_piData1[m_iHead], seqno); in remove()
475 int offset = CSeqNo::seqoff(m_piData1[m_iHead], seqno1); in insert()
507 int offset = CSeqNo::seqoff(m_piData1[m_iHead], seqno); in remove()
H A Dcommon.h232 inline static int seqoff(int32_t seq1, int32_t seq2) in seqoff() function
H A Dcore.cpp1776 int acksize = CSeqNo::seqoff(m_iRcvLastAck, ack); in sendCtrl()
1976 m_iFlowWindowSize -= CSeqNo::seqoff(m_iSndLastAck, ack); in processCtrl()
2018 int offset = CSeqNo::seqoff(m_iSndLastDataAck, ack); in processCtrl()
2282 int offset = CSeqNo::seqoff(m_iSndLastDataAck, packet.m_iSeqNo); in packData()
2411 int32_t offset = CSeqNo::seqoff(m_iRcvLastAck, packet.m_iSeqNo); in processData()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c1271 seqoff = aps->aps_seqoff[sel]; in ipf_p_ftp_process()
1272 if (aps->aps_seqmin[sel] > seqoff + thseq) in ipf_p_ftp_process()
1273 seqoff = aps->aps_seqoff[!sel]; in ipf_p_ftp_process()
1278 seqoff = aps->aps_ackoff[sel]; in ipf_p_ftp_process()
1280 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq, in ipf_p_ftp_process()
1282 if (aps->aps_ackmin[sel] > seqoff + thseq) in ipf_p_ftp_process()
1283 seqoff = aps->aps_ackoff[!sel]; in ipf_p_ftp_process()
1299 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff, in ipf_p_ftp_process()
1375 f->ftps_seq[0] = f->ftps_seq[1] - seqoff; in ipf_p_ftp_process()
1376 f->ftps_seq[1] = thseq + 1 - seqoff; in ipf_p_ftp_process()
[all …]
/dports/www/srt/srt-1.4.4/testing/
H A Dutility-test.cpp27 cout << "seqoff -> " << CSeqNo::seqoff(s2, s1) << endl; in ShowDistance()
/dports/multimedia/dvbcut/dvbcut-deb-0.7.3/src/
H A Dmpgfile.cpp543 int seqoff=0; in savempg() local
566 seqoff=firstseqnr; in savempg()
578 while (tcpic < copystop && idx[tcpic].getsequencenumber() != seqoff) in savempg()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ajaxdb/
H A Dajfeatdb.c126 ajuint seqoff; member
928 entry->seqoff = idxLine->SeqOffset; in featCdIdxQuery()
2346 entry->seqoff = idxline->SeqOffset; in featCdTrgFind()
3288 entry->seqoff = qryd->idxLine->SeqOffset; in featCdQryEntry()
3326 entry->seqoff = qryd->idxLine->SeqOffset; in featCdQryEntry()
3374 entry->seqoff = qryd->idxLine->SeqOffset; in featCdQryEntry()
3686 ajDebug("Offsets(cd) %d %d\n", entry->annoff, entry->seqoff); in featCdQryNext()
3693 ajFileSeek(qryd->libs, entry->seqoff,0); in featCdQryNext()
H A Dajseqdb.c122 ajuint seqoff; member
1075 entry->seqoff = idxLine->SeqOffset; in seqCdIdxQuery()
3071 entry->seqoff = qryd->idxLine->SeqOffset; in seqCdQryEntry()
3109 entry->seqoff = qryd->idxLine->SeqOffset; in seqCdQryEntry()
3157 entry->seqoff = qryd->idxLine->SeqOffset; in seqCdQryEntry()
3469 ajDebug("Offsets(cd) %d %d\n", entry->annoff, entry->seqoff); in seqCdQryNext()
3476 ajFileSeek(qryd->libs, entry->seqoff,0); in seqCdQryNext()
3520 entry, entry->div, qryd->div, entry->annoff, entry->seqoff); in seqBlastQryNext()
3532 entry->annoff, entry->seqoff, qryd->idnum, qryd); in seqBlastQryNext()
7274 entry->seqoff = idxline->SeqOffset; in seqCdTrgFind()