OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEQ_GEQ
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_seq.h
45
#define
SEQ_GEQ
(a,b) ((int)((a)-(b)) >= 0)
/src/sys/net/npf/
npf_state_tcp.c
90
#define
SEQ_GEQ
(a,b) ((int)((a)-(b)) >= 0)
413
if (!
SEQ_GEQ
(seq, fstate->nst_end - tstate->nst_maxwin)) {
447
if (
SEQ_GEQ
(ack + win, tstate->nst_maxend)) {
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025