From 36e6b03b1122ec72d518a6944f30cd7d910505a4 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 9 Feb 2017 14:53:52 +0100 Subject: sys: add sock_in and sock_in6 types --- sys/socket_inet_amd64.const | 44 ++++++++++---------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) (limited to 'sys/socket_inet_amd64.const') diff --git a/sys/socket_inet_amd64.const b/sys/socket_inet_amd64.const index e94a6be44..d117d3f3f 100644 --- a/sys/socket_inet_amd64.const +++ b/sys/socket_inet_amd64.const @@ -1,7 +1,6 @@ # AUTOGENERATED FILE AF_INET = 2 AF_INET6 = 10 -IPPROTO_ICMP = 1 IPPROTO_IP = 0 IPPROTO_IPV6 = 41 IPV6_2292DSTOPTS = 4 @@ -74,38 +73,15 @@ IP_TTL = 2 IP_UNBLOCK_SOURCE = 37 MCAST_EXCLUDE = 0 MCAST_INCLUDE = 1 -SOL_AAL = 265 -SOL_ALG = 279 -SOL_ATALK = 258 -SOL_ATM = 264 -SOL_AX25 = 257 -SOL_BLUETOOTH = 274 -SOL_CAIF = 278 -SOL_DCCP = 269 -SOL_DECNET = 261 -SOL_ICMPV6 = 58 -SOL_IP = 0 -SOL_IPV6 = 41 -SOL_IPX = 256 -SOL_IRDA = 266 -SOL_IUCV = 277 -SOL_KCM = 281 -SOL_LLC = 268 -SOL_NETBEUI = 267 -SOL_NETLINK = 270 -SOL_NETROM = 259 -SOL_NFC = 280 -SOL_PACKET = 263 -SOL_PNPIPE = 275 -SOL_PPPOL2TP = 273 -SOL_RAW = 255 -SOL_RDS = 276 -SOL_ROSE = 260 -SOL_RXRPC = 272 -SOL_SCTP = 132 -SOL_TCP = 6 -SOL_TIPC = 271 -SOL_UDP = 17 -SOL_UDPLITE = 136 +__NR_accept = 43 +__NR_accept4 = 288 +__NR_bind = 49 +__NR_connect = 42 +__NR_getpeername = 52 +__NR_getsockname = 51 __NR_getsockopt = 55 +__NR_recvfrom = 45 +__NR_sendto = 44 __NR_setsockopt = 54 +__NR_socket = 41 +__NR_socketpair = 53 -- cgit mrf-deployment