Home
last modified time | relevance | path

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

/original-bsd/sys/tests/netiso/
H A Dtisrc.c192 sendmsg(s, &msg, MSG_EOR); in tisrc()
193 sendmsg(s, &msg, MSG_EOR); in tisrc()
255 } while (dgramp == 0 && nn > 0 && !(msg.msg_flags & MSG_EOR));
268 if (nn && (msg.msg_flags & MSG_EOR))
291 (flags & MSG_EOR ? "(Record Mark)" : ""));
303 if (echop && (flags & MSG_EOR))
413 *flags |= MSG_EOR;
H A Dtisink.c244 if (flags & MSG_EOR) { in tisink()
/original-bsd/sys/tests/netccitt/
H A Dxi_src.c144 sendmsg(s, &msg, MSG_EOR); in xisrc()
145 sendmsg(s, &msg, MSG_EOR); in xisrc()
217 (flags & MSG_EOR ? "(Record Mark)" : ""));
279 *flags |= MSG_EOR;
H A Dsink2.c187 if (flags & MSG_EOR) in tisink()
189 if (playtag && n == sizeof(your_it) && (flags & MSG_EOR) in tisink()
H A Dxi_sink.c171 if (flags & MSG_EOR) in xisink()
/original-bsd/usr.bin/talk/
H A Dlook_up.c29 #ifdef MSG_EOR in check_local()
H A Dinvite.c50 #ifdef MSG_EOR in invite_remote()
/original-bsd/libexec/rbootd/
H A Dbpf.c117 #ifdef MSG_EOR in BpfOpen()
386 #ifdef MSG_EOR in BpfClose()
/original-bsd/sys/kern/
H A Duipc_socket.c368 if (flags & MSG_EOR)
415 if (flags & MSG_EOR)
486 flags = *flagsp &~ MSG_EOR;
668 flags |= MSG_EOR;
711 if (flags & MSG_EOR)
749 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) {
/original-bsd/sbin/mount_portal/
H A Dactivate.c126 if ((n = sendmsg(so, &msg, MSG_EOR)) < 0)
/original-bsd/sys/sys/
H A Dsocket.h233 #define MSG_EOR 0x8 /* data completes record */ macro
/original-bsd/sys/nfs/
H A Dnfs_socket.c400 flags = MSG_EOR;
590 if ((rcvflg & MSG_EOR) == 0)