wut/libraries/wutsocket
fincs eb0306184d
wutsocket: Revise automatic initialization, see details:
- __init/fini_wut_socket have been simplified and are now weak,
  this is intended to allow users to customize their behaviour
- socket_lib_init/exit have been restored as regular imports and are
  no longer using RPLWRAP
- __wut_socket_init/fini_devoptab are now exposed as global symbols,
  intended to be used in custom socket init/deinit logic
2021-09-18 16:57:29 +02:00
..
accept.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
addrinfo.c wutsocket: implement missing functions 2021-03-07 16:40:55 +01:00
bind.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
connect.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
fcntl.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
getpeername.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
getsockname.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
getsockopt.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
host.c wutsocket: implement missing functions 2021-03-07 16:40:55 +01:00
hostid.c wutsocket: avoid aliasing issues 2021-03-07 16:40:55 +01:00
inet_addr.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
inet_ntop.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
inet_pton.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
ioctl.c wutsocket: implement missing functions 2021-03-07 16:40:55 +01:00
listen.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
NSSLCreateConnection.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
poll.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
recv.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
recvfrom.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
select.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
send.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
sendto.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
setsockopt.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
shutdown.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
sockatmark.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
socket.c wutsocket: only link in networking layer if actually used 2021-03-07 13:36:59 +01:00
stubs.c wutsocket: implement missing functions 2021-03-07 16:40:55 +01:00
wut_socket_close.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
wut_socket_common.c wutsocket: Revise automatic initialization, see details: 2021-09-18 16:57:29 +02:00
wut_socket_open.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
wut_socket_read.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
wut_socket_write.c Network socket changes (#136) 2021-03-07 13:09:12 +01:00
wut_socket.h Network socket changes (#136) 2021-03-07 13:09:12 +01:00