mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
67 lines
1.4 KiB
Modula-2
67 lines
1.4 KiB
Modula-2
|
LIBRARY WSOCK32.dll
|
||
|
EXPORTS
|
||
|
accept @1
|
||
|
bind @2
|
||
|
closesocket @3
|
||
|
connect @4
|
||
|
getpeername @5
|
||
|
getsockname @6
|
||
|
getsockopt @7
|
||
|
htonl @8
|
||
|
htons @9
|
||
|
inet_addr @10
|
||
|
inet_ntoa @11
|
||
|
ioctlsocket @12
|
||
|
listen @13
|
||
|
ntohl @14
|
||
|
ntohs @15
|
||
|
recv @16
|
||
|
recvfrom @17
|
||
|
select @18
|
||
|
send @19
|
||
|
sendto @20
|
||
|
setsockopt @21
|
||
|
shutdown @22
|
||
|
socket @23
|
||
|
gethostbyaddr @51
|
||
|
gethostbyname @52
|
||
|
getprotobyname @53
|
||
|
getprotobynumber @54
|
||
|
getservbyname @55
|
||
|
getservbyport @56
|
||
|
gethostname @57
|
||
|
WSAAsyncSelect @101
|
||
|
WSAAsyncGetHostByAddr @102
|
||
|
WSAAsyncGetHostByName @103
|
||
|
WSAAsyncGetProtoByNumber @104
|
||
|
WSAAsyncGetProtoByName @105
|
||
|
WSAAsyncGetServByPort @106
|
||
|
WSAAsyncGetServByName @107
|
||
|
WSACancelAsyncRequest @108
|
||
|
WSASetBlockingHook @109
|
||
|
WSAUnhookBlockingHook @110
|
||
|
WSAGetLastError @111
|
||
|
WSASetLastError @112
|
||
|
WSACancelBlockingCall @113
|
||
|
WSAIsBlocking @114
|
||
|
WSAStartup @115
|
||
|
WSACleanup @116
|
||
|
__WSAFDIsSet @151
|
||
|
sethostname @1105
|
||
|
WSARecvEx @1107
|
||
|
GetAddressByNameA @1109
|
||
|
GetAddressByNameW @1110
|
||
|
EnumProtocolsA @1111
|
||
|
EnumProtocolsW @1112
|
||
|
GetTypeByNameA @1113
|
||
|
GetTypeByNameW @1114
|
||
|
GetNameByTypeA @1115
|
||
|
GetNameByTypeW @1116
|
||
|
SetServiceA @1117
|
||
|
SetServiceW @1118
|
||
|
GetServiceA @1119
|
||
|
GetServiceW @1120
|
||
|
TransmitFile @1140
|
||
|
AcceptEx @1141
|
||
|
GetAcceptExSockaddrs @1142
|