Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dsocketvar.h975 extern int sosendallatonce(struct socket *so);
/xnu-10002.41.9/bsd/kern/
H A Duipc_socket.c2190 int atomic = sosendallatonce(so) || top; in sosend()
2735 int atomic = sosendallatonce(so); in sosend_list()
3893 !sosendallatonce(so) && !nextrecord) { in soreceive()
H A Duipc_socket2.c2308 sosendallatonce(struct socket *so) in sosendallatonce() function
H A Duipc_syscalls.c2109 if (so->so_type == SOCK_DGRAM && sosendallatonce(so) && in sendmsg_x()