Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Dbpf.c134 #ifdef MSG_EOR in BpfOpen()
386 #ifdef MSG_EOR in BpfClose()
/dragonfly/usr.bin/talk/
H A Dlook_up.c52 #ifdef MSG_EOR in check_local()
H A Dinvite.c70 #ifdef MSG_EOR in invite_remote()
/dragonfly/test/debug/
H A Dfdpassing.c136 if ((r = recvmsg(s, &msg, MSG_EOR)) < 0) { in recvfd()
/dragonfly/sys/kern/
H A Duipc_socket.c793 if (so->so_type == SOCK_STREAM && (flags & MSG_EOR)) { in sosend()
861 if (flags & MSG_EOR) in sosend()
891 if (flags & MSG_EOR) in sosend()
1099 if (flags & MSG_EOR) { in sosendtcp()
1285 flags = *flagsp &~ MSG_EOR; in soreceive()
1503 flags |= MSG_EOR; in soreceive()
1545 if (flags & MSG_EOR) in soreceive()
1597 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) { in soreceive()
1640 flags = *flagsp &~ MSG_EOR; in sorecvtcp()
/dragonfly/sys/sys/
H A Dsocket.h419 #define MSG_EOR 0x00000008 /* data completes record */ macro
/dragonfly/sbin/devd/
H A Ddevd.cc871 flags = MSG_EOR; in notify_clients()
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c473 flags = MSG_EOR; in nfs_send()
707 if ((rcvflg & MSG_EOR) == 0) in nfs_receive()