Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h969 extern int sosendallatonce(struct socket *so);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c2182 int atomic = sosendallatonce(so) || top; in sosend()
2727 int atomic = sosendallatonce(so); in sosend_list()
3884 !sosendallatonce(so) && !nextrecord) { in soreceive()
H A Duipc_socket2.c2298 sosendallatonce(struct socket *so) in sosendallatonce() function
H A Duipc_syscalls.c1895 if (so->so_type == SOCK_DGRAM && sosendallatonce(so) && in sendmsg_x()