From: Eugene Syromyatnikov Date: Sun, 8 Apr 2018 21:18:37 +0000 (+0200) Subject: xlat: update SCTP_* constants X-Git-Tag: v4.23~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c01869ce75f1987cd16bf3652caee22526bf881;p=strace xlat: update SCTP_* constants * xlat/socksctpoptions.in (SCTP_AUTH_DEACTIVATE_KEY): New constant, introduced by Linux commit v4.17-rc1~148^2~191^2~2. (SCTP_SENDMSG_CONNECT): New constant, introduced by Linux commit v4.17-rc1~96^2~9. --- diff --git a/xlat/socksctpoptions.in b/xlat/socksctpoptions.in index f785ca83..bbb914ed 100644 --- a/xlat/socksctpoptions.in +++ b/xlat/socksctpoptions.in @@ -33,6 +33,7 @@ SCTP_PEER_ADDR_THLDS 31 SCTP_RECVRCVINFO 32 SCTP_RECVNXTINFO 33 SCTP_DEFAULT_SNDINFO 34 +SCTP_AUTH_DEACTIVATE_KEY 35 /* linux specific things */ SCTP_SOCKOPT_BINDX_ADD 100 SCTP_SOCKOPT_BINDX_REM 101 @@ -60,3 +61,4 @@ SCTP_SOCKOPT_PEELOFF_FLAGS 122 SCTP_STREAM_SCHEDULER 123 SCTP_STREAM_SCHEDULER_VALUE 124 SCTP_INTERLEAVING_SUPPORTED 125 +SCTP_SENDMSG_CONNECT 126