Home
last modified time | relevance | path

Searched refs:MAXCON (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/head/
H A Dlisten.h111 #define MAXCON 100 macro
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c59 #define MAXCON (maxfd - 10) macro
672 while (ncon >= MAXCON) in do_host()
799 if (MAXCON <= 0) in main()
/titanic_50/usr/src/cmd/listen/
H A Dlisten.c1712 if ((bindfd = open_bind(netbuf.buf, MAXCON, clen, &maxcon, &ap)) < 0) {