diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:33:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:33:52 +0100 |
| commit | 8d8e249484bcec5fdffec6bb37d6f3ccb9e27a7e (patch) | |
| tree | 609e501673200e1d6c36b39bef7917cd09006963 /sys/linux/socket_inet_tcp_arm64.const | |
| parent | 87044370b89bb8cd45aec5f897c06bcee9a44f92 (diff) | |
sys/linux: add AF_SMC sockets
Diffstat (limited to 'sys/linux/socket_inet_tcp_arm64.const')
| -rw-r--r-- | sys/linux/socket_inet_tcp_arm64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_tcp_arm64.const b/sys/linux/socket_inet_tcp_arm64.const index 192a347bc..6012ff114 100644 --- a/sys/linux/socket_inet_tcp_arm64.const +++ b/sys/linux/socket_inet_tcp_arm64.const @@ -1,6 +1,7 @@ # AUTOGENERATED FILE AF_INET = 2 AF_INET6 = 10 +AF_SMC = 43 IPPROTO_TCP = 6 SIOCATMARK = 35077 SIOCINQ = 21531 |
