From 8d8e249484bcec5fdffec6bb37d6f3ccb9e27a7e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 22 Feb 2018 20:33:52 +0100 Subject: sys/linux: add AF_SMC sockets --- sys/linux/socket_inet_tcp_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_inet_tcp_amd64.const') diff --git a/sys/linux/socket_inet_tcp_amd64.const b/sys/linux/socket_inet_tcp_amd64.const index 4aa8ab0d5..e6b668ef9 100644 --- a/sys/linux/socket_inet_tcp_amd64.const +++ b/sys/linux/socket_inet_tcp_amd64.const @@ -1,6 +1,7 @@ # AUTOGENERATED FILE AF_INET = 2 AF_INET6 = 10 +AF_SMC = 43 IPPROTO_TCP = 6 SIOCATMARK = 35077 SIOCINQ = 21531 -- cgit mrf-deployment