OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PORTS
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
servconf.h
19
#define
MAX_PORTS
256 /* Max # ports. */
53
int ports[
MAX_PORTS
]; /* Port number to listen on. */
servconf.c
775
if (options->num_ports >=
MAX_PORTS
)
[
all
...]
sshd.c
[
all
...]
/external/qemu/hw/
usb-hub.c
29
#define
MAX_PORTS
8
40
USBHubPort ports[
MAX_PORTS
];
530
if (nb_ports >
MAX_PORTS
)
Completed in 983 milliseconds