summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/socket.h')
-rw-r--r--freebsd/sys/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/sys/socket.h b/freebsd/sys/sys/socket.h
index ea3d9b6b..9429f5a1 100644
--- a/freebsd/sys/sys/socket.h
+++ b/freebsd/sys/sys/socket.h
@@ -435,6 +435,7 @@ struct msghdr {
#endif
#ifdef _KERNEL
#define MSG_SOCALLBCK 0x10000 /* for use by socket callbacks - soreceive (TCP) */
+#define MSG_MORETOCOME 0x20000 /* additional data pending */
#endif
/*