sortix--sortix/libc/sys/socket
Jonas 'Sortie' Termansen 4b2cf28bbf Add socket(2).
This removes the /dev/net socket interface.

This is an incompatible ABI change.
2017-02-14 20:43:31 +01:00
..
accept.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
accept4.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
bind.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
connect.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
getpeername.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
getsockname.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
getsockopt.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
listen.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
recv.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
recvfrom.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
recvmsg.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
send.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sendmsg.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sendto.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
setsockopt.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
shutdown.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sockatmark.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
socket.c Add socket(2). 2017-02-14 20:43:31 +01:00
socketpair.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00