diff options
| author | Kaipeng Zeng <kaipeng94@gmail.com> | 2019-05-10 19:00:44 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 13:00:44 +0200 |
| commit | c2aed7c7e3e293282067079aa68bd550b880a242 (patch) | |
| tree | 6c218df661aee739b1e988a09a65fdf79b1225f5 /sys/linux/socket_arm.const | |
| parent | 8f24b7d63ed022019c9c221a7e9b54ec1c11f533 (diff) | |
sys/linux: update descriptions of sendmsg/sendmmsg
Fix the descriptions of cmsghdr.
Add sendmsg$sock and sendmmsg$sock for __sock_cmsg_send.
Diffstat (limited to 'sys/linux/socket_arm.const')
| -rw-r--r-- | sys/linux/socket_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_arm.const b/sys/linux/socket_arm.const index 02c27cb12..1cf21326c 100644 --- a/sys/linux/socket_arm.const +++ b/sys/linux/socket_arm.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 |
