From 866118af36a38963903be2bdee4aff0c36ae365f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Jun 2018 20:51:57 +0200 Subject: sys/linux: add udplite sockets --- sys/linux/socket_inet_udp_arm.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_inet_udp_arm.const') diff --git a/sys/linux/socket_inet_udp_arm.const b/sys/linux/socket_inet_udp_arm.const index c684f7166..e090163e7 100644 --- a/sys/linux/socket_inet_udp_arm.const +++ b/sys/linux/socket_inet_udp_arm.const @@ -2,9 +2,12 @@ AF_INET = 2 AF_INET6 = 10 IPPROTO_UDP = 17 +IPPROTO_UDPLITE = 136 SIOCINQ = 21531 SIOCOUTQ = 21521 SOCK_DGRAM = 2 +UDPLITE_RECV_CSCOV = 11 +UDPLITE_SEND_CSCOV = 10 UDP_CORK = 1 UDP_ENCAP = 100 UDP_ENCAP_ESPINUDP = 2 @@ -14,6 +17,7 @@ UDP_ENCAP_GTP1U = 5 UDP_ENCAP_L2TPINUDP = 3 UDP_NO_CHECK6_RX = 102 UDP_NO_CHECK6_TX = 101 +UDP_SEGMENT = 103 __NR_getsockopt = 295 __NR_ioctl = 54 __NR_setsockopt = 294 -- cgit mrf-deployment