OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SS_FACCEPTCONN
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
socket.h
71
#define
SS_FACCEPTCONN
0x100 /* Socket is accepting connections from a host on the internet */
72
#define SS_FACCEPTONCE 0x200 /* If set, the
SS_FACCEPTCONN
socket will die after one accept */
/external/qemu/slirp-android/
socket.h
72
#define
SS_FACCEPTCONN
0x100 /* Socket is accepting connections from a host on the internet */
73
#define SS_FACCEPTONCE 0x200 /* If set, the
SS_FACCEPTCONN
socket will die after one accept */
Completed in 56 milliseconds