OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localseq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tcplike.h
126
u_int64_t
localseq
, ackthru;
member in struct:ack_list
dccp_tcplike.c
1011
_avlist_add(struct tcplike_recv_ccb *cb, u_int64_t
localseq
, u_int64_t ackthru)
1014
ACK_DEBUG((LOG_INFO,"Adding
localseq
%u - ackthru %u to avlist\n",
localseq
, ackthru));
1023
a->
localseq
=
localseq
;
1030
* Searches the av_list. if '
localseq
' found, drop it from list and return
1034
_avlist_get(struct tcplike_recv_ccb *cb, u_int64_t
localseq
)
1039
ACK_DEBUG((LOG_INFO,"Getting
localseq
%u from avlist\n",
localseq
));
1044
if (a->
localseq
== localseq)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025