aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet_udp_amd64.const
diff options
context:
space:
mode:
Diffstat (limited to 'sys/socket_inet_udp_amd64.const')
-rw-r--r--sys/socket_inet_udp_amd64.const8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/socket_inet_udp_amd64.const b/sys/socket_inet_udp_amd64.const
index c48c1d9ab..4fcd3dfa7 100644
--- a/sys/socket_inet_udp_amd64.const
+++ b/sys/socket_inet_udp_amd64.const
@@ -4,6 +4,14 @@ AF_INET6 = 10
IPPROTO_UDP = 17
SOCK_DGRAM = 2
UDP_CORK = 1
+UDP_ENCAP = 100
+UDP_ENCAP_ESPINUDP = 2
+UDP_ENCAP_ESPINUDP_NON_IKE = 1
+UDP_ENCAP_GTP0 = 4
+UDP_ENCAP_GTP1U = 5
+UDP_ENCAP_L2TPINUDP = 3
+UDP_NO_CHECK6_RX = 102
+UDP_NO_CHECK6_TX = 101
__NR_getsockopt = 55
__NR_setsockopt = 54
__NR_socket = 41