OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCPS_HAVEESTABLISHED
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp.h
141
#define
TCPS_HAVEESTABLISHED
(s) ((s) >= TCPS_ESTABLISHED)
/external/qemu/slirp-android/
tcp.h
143
#define
TCPS_HAVEESTABLISHED
(s) ((s) >= TCPS_ESTABLISHED)
Completed in 3780 milliseconds