Home
last modified time | relevance | path

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

/openbsd/usr.bin/talk/
H A Dlook_up.c50 #ifdef MSG_EOR in check_local()
H A Dinvite.c78 #ifdef MSG_EOR in invite_remote()
/openbsd/sys/kern/
H A Duipc_socket.c583 if (so->so_type == SOCK_STREAM && (flags & MSG_EOR)) { in sosend()
663 if (flags & MSG_EOR) in sosend()
677 if (flags & MSG_EOR) in sosend()
853 flags = *flagsp &~ MSG_EOR; in soreceive()
1115 flags |= MSG_EOR; in soreceive()
1174 if (flags & MSG_EOR) in soreceive()
1234 (flags & MSG_EOR) == 0 && in soreceive()
/openbsd/usr.sbin/rbootd/
H A Dbpf.c130 #ifdef MSG_EOR in BpfOpen()
/openbsd/sys/sys/
H A Dsocket.h503 #define MSG_EOR 0x8 /* data completes record */ macro
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL198 MSG_EOR MSG_ERRQUEUE MSG_ETAG MSG_FASTOPEN MSG_FIN MSG_MAXIOVLEN
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL56 MAX_INPUT MB_LEN_MAX MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t136 MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
/openbsd/sys/nfs/
H A Dnfs_socket.c684 if ((rcvflg & MSG_EOR) == 0) in nfs_receive()