OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEQ_LT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_seq.h
42
#define
SEQ_LT
(a,b) ((int)((a)-(b)) < 0)
46
#define SEQ_MIN(a, b) ((
SEQ_LT
(a, b)) ? (a) : (b))
/src/sys/net/npf/
npf_state_tcp.c
87
#define
SEQ_LT
(a,b) ((int)((a)-(b)) < 0)
Completed in 12 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025