OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSTMP_GEQ
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp_input.c
55
#define
TSTMP_GEQ
(a,b) ((int)((a)-(b)) >= 0)
490
/* (!ts_present ||
TSTMP_GEQ
(ts_val, tp->ts_recent)) && */
[
all
...]
/external/qemu/slirp-android/
tcp_input.c
55
#define
TSTMP_GEQ
(a,b) ((int)((a)-(b)) >= 0)
495
/* (!ts_present ||
TSTMP_GEQ
(ts_val, tp->ts_recent)) && */
[
all
...]
Completed in 29 milliseconds