OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CONNECTIONS
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c
32
#define
MAX_CONNECTIONS
( 1 + 16 ) ///< Maximum number of client connections
57
struct pollfd PollFd[
MAX_CONNECTIONS
];
58
DT_PORT Port[
MAX_CONNECTIONS
];
476
if ((
MAX_CONNECTIONS
<= MaxPort )
477
|| (((
MAX_CONNECTIONS
- 1 ) == MaxPort ) && ( -1 == ListenSocket ))) {
[
all
...]
/external/guice/extensions/persist/lib/
log4j-1.2.14.jar
/external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar
Completed in 363 milliseconds