mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-14 16:11:52 +01:00
39 lines
383 B
Modula-2
39 lines
383 B
Modula-2
|
:NAME nsysnet
|
||
|
:TEXT
|
||
|
|
||
|
// nsysnet/socket.h
|
||
|
socket_lib_init
|
||
|
socket_lib_finish
|
||
|
socket
|
||
|
socketclose
|
||
|
connect
|
||
|
bind
|
||
|
listen
|
||
|
accept
|
||
|
send
|
||
|
recv
|
||
|
sendto
|
||
|
setsockopt
|
||
|
recvfrom
|
||
|
recvfrom_ex
|
||
|
recvfrom_multi
|
||
|
sendto_multi
|
||
|
sendto_multi_ex
|
||
|
shutdown
|
||
|
inet_aton
|
||
|
inet_ntoa
|
||
|
inet_ntoa_r
|
||
|
inet_ntop
|
||
|
inet_pton
|
||
|
getpeername
|
||
|
getsockname
|
||
|
getsockopt
|
||
|
select
|
||
|
setsocklibopt
|
||
|
getsocklibopt
|
||
|
ntohl
|
||
|
htonl
|
||
|
ntohs
|
||
|
htons
|
||
|
socketlasterr
|