Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_syscalls.c201 static u_int somaxrecvmsgx = SO_MAX_MSG_X_DEFAULT; variable
203 CTLFLAG_RW | CTLFLAG_LOCKED, &somaxrecvmsgx, 0, "");
2718 if (uap->cnt > somaxrecvmsgx) { in recvmsg_x_array()
2719 uap->cnt = somaxrecvmsgx > 0 ? somaxrecvmsgx : 1; in recvmsg_x_array()
2925 if (uap->cnt > somaxrecvmsgx) { in recvmsg_x()
2926 uap->cnt = somaxrecvmsgx > 0 ? somaxrecvmsgx : 1; in recvmsg_x()