Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h935 extern int sosendallatonce(struct socket *so);
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c2164 int atomic = sosendallatonce(so) || top; in sosend()
2667 int atomic = sosendallatonce(so); in sosend_list()
3936 !sosendallatonce(so) && !nextrecord) { in soreceive()
4209 if (sosendallatonce(so) == 0) { in soreceive_list()
H A Duipc_socket2.c2286 sosendallatonce(struct socket *so) in sosendallatonce() function