Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/kern/
H A Duipc_syscalls.c234 static u_int sendmsg_x_mode = 0; variable
235 SYSCTL_UINT(_kern_ipc, OID_AUTO, sendmsg_x_mode,
236 CTLFLAG_RW | CTLFLAG_LOCKED, &sendmsg_x_mode, 0, "");
2084 if (sendmsg_x_mode == 2) { in sendmsg_x()
2111 (so->so_state & SS_ISCONNECTED) && sendmsg_x_mode != 1) { in sendmsg_x()