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

/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c105 int maxsockets = MAXSOCKETS; variable
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c162 divcbinfo.ipi_zone = (void *) zinit(sizeof(struct inpcb),(maxsockets * sizeof(struct inpcb)),
H A Dudp_usrreq.c245 udbinfo.ipi_zone = zinit("udpcb", sizeof(struct inpcb), maxsockets,
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h551 extern int maxsockets;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c2042 SYSCTL_INT(_kern_ipc, OID_AUTO, maxsockets, CTLFLAG_RD | CTLFLAG_LOCKED,
2043 &maxsockets, 0, "Maximum number of sockets avaliable");

Completed in 87 milliseconds