OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastseq
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netipsec/
keydb.h
152
u_int32_t
lastseq
; /* used by receiver */
member in struct:secreplay
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
632
int
lastseq
;
local
655
lastseq
= 999; /* too big to be a sequence number */
702
if (
lastseq
!= 999)
821
if (
lastseq
!= 999) {
825
lastseq
= seq;
863
if (numrecv <=
lastseq
)
/src/crypto/external/apache2/openssl/dist/test/
hpke_test.c
116
uint64_t
lastseq
= 0;
local
168
if (!TEST_true(OSSL_HPKE_CTX_get_seq(sealctx, &
lastseq
)))
170
if (
lastseq
!= (uint64_t)(i + 1))
206
if (!TEST_true(OSSL_HPKE_CTX_get_seq(openctx, &
lastseq
)))
208
if (
lastseq
!= (uint64_t)(i + 1))
Completed in 24 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026