diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:14:36 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:14:36 +0100 |
| commit | 907d649fc3b6465bf58a79766a267006e0da453c (patch) | |
| tree | dc46605d0dee2082f5d68e731df6bd3df47038bb /sys/linux/vnet_amd64.const | |
| parent | 02fb42327bab6660d6852481aa89f63d98f4ea39 (diff) | |
sys/linux: add few ip and tcp options
Diffstat (limited to 'sys/linux/vnet_amd64.const')
| -rw-r--r-- | sys/linux/vnet_amd64.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/vnet_amd64.const b/sys/linux/vnet_amd64.const index 375cdcd4f..a4ecbc7fc 100644 --- a/sys/linux/vnet_amd64.const +++ b/sys/linux/vnet_amd64.const @@ -290,6 +290,7 @@ IPPROTO_UDPLITE = 136 IPV6_SRCRT_STRICT = 1 IPV6_SRCRT_TYPE_0 = 0 IPV6_SRCRT_TYPE_2 = 2 +IPV6_SRCRT_TYPE_4 = 4 IPV6_TLV_CALIPSO = 7 IPV6_TLV_HAO = 201 IPV6_TLV_JUMBO = 194 @@ -334,6 +335,10 @@ NEXTHDR_ICMP = 58 NEXTHDR_MOBILITY = 135 NEXTHDR_NONE = 59 NEXTHDR_ROUTING = 43 +SR6_FLAG1_ALERT = 16 +SR6_FLAG1_HMAC = 8 +SR6_FLAG1_OAM = 32 +SR6_FLAG1_PROTECTED = 64 TCPHDR_ACK = 16 TCPHDR_CWR = 128 TCPHDR_ECE = 64 @@ -346,11 +351,13 @@ TCPHDR_URG = 32 TCPOPT_EOL = 0 TCPOPT_EXP = 254 TCPOPT_FASTOPEN = 34 +TCPOPT_FASTOPEN_MAGIC = 63881 TCPOPT_MD5SIG = 19 TCPOPT_MSS = 2 TCPOPT_NOP = 1 TCPOPT_SACK = 5 TCPOPT_SACK_PERM = 4 +TCPOPT_SMC_MAGIC = 3805594585 TCPOPT_TIMESTAMP = 8 TCPOPT_WINDOW = 3 X25_CALL_ACCEPTED = 15 |
