From c2aed7c7e3e293282067079aa68bd550b880a242 Mon Sep 17 00:00:00 2001 From: Kaipeng Zeng Date: Fri, 10 May 2019 19:00:44 +0800 Subject: sys/linux: update descriptions of sendmsg/sendmmsg Fix the descriptions of cmsghdr. Add sendmsg$sock and sendmmsg$sock for __sock_cmsg_send. --- sys/linux/socket_386.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_386.const') diff --git a/sys/linux/socket_386.const b/sys/linux/socket_386.const index b0f6aee81..438e51242 100644 --- a/sys/linux/socket_386.const +++ b/sys/linux/socket_386.const @@ -144,6 +144,7 @@ MSG_TRUNC = 32 MSG_WAITALL = 256 MSG_WAITFORONE = 65536 MSG_ZEROCOPY = 67108864 +SCM_TXTIME = 61 SCTP_V4_FLOW = 3 SCTP_V6_FLOW = 7 SHUT_RD = 0 -- cgit mrf-deployment