diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-02-09 14:53:52 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-02-10 14:05:03 +0100 |
| commit | 36e6b03b1122ec72d518a6944f30cd7d910505a4 (patch) | |
| tree | 4f8594fb624c15613d72efb93c7e2e404b118d9b /sys/socket_inet_udp_amd64.const | |
| parent | aaaed62a5051d096841245d061c559238a94b5e3 (diff) | |
sys: add sock_in and sock_in6 types
Diffstat (limited to 'sys/socket_inet_udp_amd64.const')
| -rw-r--r-- | sys/socket_inet_udp_amd64.const | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/socket_inet_udp_amd64.const b/sys/socket_inet_udp_amd64.const index 2357f1ca3..c48c1d9ab 100644 --- a/sys/socket_inet_udp_amd64.const +++ b/sys/socket_inet_udp_amd64.const @@ -4,15 +4,7 @@ AF_INET6 = 10 IPPROTO_UDP = 17 SOCK_DGRAM = 2 UDP_CORK = 1 -__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 |
