Searched refs:maxsockets (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c105 int maxsockets = MAXSOCKETS; variable
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsocketvar.h395 extern int maxsockets;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c161 divcbinfo.ipi_zone = (void *) zinit(sizeof(struct inpcb),(maxsockets * sizeof(struct inpcb)),
H A Dudp_usrreq.c241 udbinfo.ipi_zone = zinit("udpcb", sizeof(struct inpcb), maxsockets,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_socket2.c1807 SYSCTL_INT(_kern_ipc, OID_AUTO, maxsockets, CTLFLAG_RD,
1808 &maxsockets, 0, "Maximum number of sockets avaliable");

Completed in 101 milliseconds