blob: c0527f28ed05430c5a0a39e59597e21cc5feaed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
;
; Library Defition for mDNS'd WS2_32.DLL
;
LIBRARY ws2_32
DESCRIPTION "JPNIC/mDNS Warpper for WS2_32"
EXPORTS
accept @1
bind @2
closesocket @3
connect @4
getpeername @5
getsockname @6
getsockopt @7
htonl @8
htons @9
ioctlsocket @10
inet_addr @11
inet_ntoa @12
listen @13
ntohl @14
ntohs @15
recv @16
recvfrom @17
select @18
send @19
sendto @20
setsockopt @21
shutdown @22
socket @23
WSApSetPostRoutine @24
WPUCompleteOverlappedRequest @25
WSAAccept @26
WSAAddressToStringA @27
WSAAddressToStringW @28
WSACloseEvent @29
WSAConnect @30
WSACreateEvent @31
WSADuplicateSocketA @32
WSADuplicateSocketW @33
WSAEnumNameSpaceProvidersA @34
WSAEnumNameSpaceProvidersW @35
WSAEnumNetworkEvents @36
WSAEnumProtocolsA @37
WSAEnumProtocolsW @38
WSAEventSelect @39
WSAGetOverlappedResult @40
WSAGetQOSByName @41
WSAGetServiceClassInfoA @42
WSAGetServiceClassInfoW @43
WSAGetServiceClassNameByClassIdA @44
WSAGetServiceClassNameByClassIdW @45
WSAHtonl @46
WSAHtons @47
WSAInstallServiceClassA @48
WSAInstallServiceClassW @49
WSAIoctl @50
gethostbyaddr @51
gethostbyname @52
getprotobyname @53
getprotobynumber @54
getservbyname @55
getservbyport @56
gethostname @57
WSAJoinLeaf @58
WSALookupServiceBeginA @59
WSALookupServiceBeginW @60
WSALookupServiceEnd @61
WSALookupServiceNextA @62
WSALookupServiceNextW @63
WSANtohl @64
WSANtohs @65
WSAProviderConfigChange @66
WSARecv @67
WSARecvDisconnect @68
WSARecvFrom @69
WSARemoveServiceClass @70
WSAResetEvent @71
WSASend @72
WSASendDisconnect @73
WSASendTo @74
WSASetEvent @75
WSASetServiceA @76
WSASetServiceW @77
WSASocketA @78
WSASocketW @79
WSAStringToAddressA @80
WSAStringToAddressW @81
WSAWaitForMultipleEvents @82
WSCDeinstallProvider @83
WSCEnableNSProvider @84
WSCEnumProtocols @85
WSCGetProviderPath @86
WSCInstallNameSpace @87
WSCInstallProvider @88
WSCUnInstallNameSpace @89
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
WEP @500
|