HomeSort by: relevance | last modified time | path
    Searched refs:MSG_EOR (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.bin/talk/
look_up.c 56 #ifdef MSG_EOR
invite.c 76 #ifdef MSG_EOR
  /src/usr.sbin/rbootd/
bpf.c 145 #ifdef MSG_EOR
383 #ifdef MSG_EOR
  /src/crypto/external/bsd/openssl/dist/include/internal/
ktls.h 156 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) {
  /src/sys/dev/
kttcp.c 310 if (flags & MSG_EOR)
367 flags = *flagsp &~ MSG_EOR;
548 flags |= MSG_EOR;
608 if (flags & MSG_EOR)
676 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) {
  /src/sbin/mount_portal/
activate.c 160 if ((n = sendmsg(so, &msg, MSG_EOR)) < 0)
  /src/crypto/external/apache2/openssl/dist/include/internal/
ktls.h 171 if ((msg.msg_flags & (MSG_EOR | MSG_CTRUNC)) != MSG_EOR) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
socket.d 127 MSG_EOR
524 MSG_EOR = 0x80,
664 MSG_EOR = 0x8,
823 MSG_EOR = 0x8,
999 MSG_EOR = 0x0008, /* data completes record */
1170 MSG_EOR = 0x008,
1319 MSG_EOR = 0x00000008,
1503 MSG_EOR = 0x8,
  /src/sys/kern/
uipc_socket.c 1002 if (flags & MSG_EOR)
1063 if (flags & MSG_EOR)
1187 flags = *flagsp &~ MSG_EOR;
1517 flags |= MSG_EOR;
1584 if (flags & MSG_EOR)
1655 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) {
  /src/sys/net/
if_gre.c 677 flags |= MSG_EOR;
706 if (flags & MSG_EOR)
732 if (*mp0 == NULL && (flags & MSG_EOR) == 0 &&
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 190 {RUMP_MSG_EOR, MSG_EOR},
  /src/sys/sys/
socket.h 494 #define MSG_EOR 0x0008 /* data completes record */
  /src/external/bsd/dhcpcd/dist/src/
logerr.c 237 len = (int)sendmsg(ctx->log_fd, &msg, MSG_EOR);
privsep-root.c 212 err = sendmsg(fd, &msg, MSG_EOR);
222 err = sendmsg(fd, &msg, MSG_EOR);
dhcpcd.c 396 if (send(ctx->fork_fd, &exit_code, sizeof(exit_code), MSG_EOR) == -1)
1530 send(ctx->fork_fd, &sig, sizeof(sig), MSG_EOR) == -1)
2827 if (send(ctx.fork_fd, &i, sizeof(i), MSG_EOR) == -1)
privsep.c 915 len = sendmsg(fd, &m, MSG_EOR);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_dgram.c 1115 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR)
1118 if (ret > 0 && !(msg.msg_flags & MSG_EOR)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_dgram.c 1133 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR)
1136 if (ret > 0 && !(msg.msg_flags & MSG_EOR)) {
  /src/sys/nfs/
nfs_clntsocket.c 260 if ((rcvflg & MSG_EOR) == 0)
nfs_socket.c 496 flags = MSG_EOR;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_dgram.c 2097 } while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR)
2100 if (ret > 0 && !(msg.msg_flags & MSG_EOR)) {
  /src/sys/netinet/
sctp_usrreq.c 3454 if ((flags & MSG_EOR) && ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0)
3481 if (flags & MSG_EOR) {
3525 if ((( sq ) && (flags & MSG_EOR) && ((inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL) == 0))
  /src/sys/compat/linux/common/
linux_socket.c 199 {MSG_EOR, LINUX_MSG_EOR},

Completed in 38 milliseconds