|
| 1 | +LIBRARY WSOCK32.DLL |
| 2 | + |
| 3 | +EXPORTS |
| 4 | + accept @1 ; accept |
| 5 | + bind @2 ; bind |
| 6 | + closesocket @3 ; closesocket |
| 7 | + connect @4 ; connect |
| 8 | + getpeername @5 ; getpeername |
| 9 | + getsockname @6 ; getsockname |
| 10 | + getsockopt @7 ; getsockopt |
| 11 | + htonl @8 ; htonl |
| 12 | + htons @9 ; htons |
| 13 | + inet_addr @10 ; inet_addr |
| 14 | + inet_ntoa @11 ; inet_ntoa |
| 15 | + ioctlsocket @12 ; ioctlsocket |
| 16 | + listen @13 ; listen |
| 17 | + ntohl @14 ; ntohl |
| 18 | + ntohs @15 ; ntohs |
| 19 | + recv @16 ; recv |
| 20 | + recvfrom @17 ; recvfrom |
| 21 | + select @18 ; select |
| 22 | + send @19 ; send |
| 23 | + sendto @20 ; sendto |
| 24 | + setsockopt @21 ; setsockopt |
| 25 | + shutdown @22 ; shutdown |
| 26 | + socket @23 ; socket |
| 27 | + MigrateWinsockConfiguration @24 ; MigrateWinsockConfiguration |
| 28 | + gethostbyaddr @51 ; gethostbyaddr |
| 29 | + gethostbyname @52 ; gethostbyname |
| 30 | + getprotobyname @53 ; getprotobyname |
| 31 | + getprotobynumber @54 ; getprotobynumber |
| 32 | + getservbyname @55 ; getservbyname |
| 33 | + getservbyport @56 ; getservbyport |
| 34 | + gethostname @57 ; gethostname |
| 35 | + WSAAsyncSelect @101 ; WSAAsyncSelect |
| 36 | + WSAAsyncGetHostByAddr @102 ; WSAAsyncGetHostByAddr |
| 37 | + WSAAsyncGetHostByName @103 ; WSAAsyncGetHostByName |
| 38 | + WSAAsyncGetProtoByNumber @104 ; WSAAsyncGetProtoByNumber |
| 39 | + WSAAsyncGetProtoByName @105 ; WSAAsyncGetProtoByName |
| 40 | + WSAAsyncGetServByPort @106 ; WSAAsyncGetServByPort |
| 41 | + WSAAsyncGetServByName @107 ; WSAAsyncGetServByName |
| 42 | + WSACancelAsyncRequest @108 ; WSACancelAsyncRequest |
| 43 | + WSASetBlockingHook @109 ; WSASetBlockingHook |
| 44 | + WSAUnhookBlockingHook @110 ; WSAUnhookBlockingHook |
| 45 | + WSAGetLastError @111 ; WSAGetLastError |
| 46 | + WSASetLastError @112 ; WSASetLastError |
| 47 | + WSACancelBlockingCall @113 ; WSACancelBlockingCall |
| 48 | + WSAIsBlocking @114 ; WSAIsBlocking |
| 49 | + WSAStartup @115 ; WSAStartup |
| 50 | + WSACleanup @116 ; WSACleanup |
| 51 | + __WSAFDIsSet @151 ; __WSAFDIsSet |
| 52 | + WEP @500 ; WEP |
| 53 | + WSApSetPostRoutine @1000; WSApSetPostRoutine |
| 54 | + inet_network @1100; inet_network |
| 55 | + getnetbyname @1101; getnetbyname |
| 56 | + rcmd @1102; rcmd |
| 57 | + rexec @1103; rexec |
| 58 | + rresvport @1104; rresvport |
| 59 | + sethostname @1105; sethostname |
| 60 | + dn_expand @1106; dn_expand |
| 61 | + WSARecvEx @1107; WSARecvEx |
| 62 | + s_perror @1108; s_perror |
| 63 | + GetAddressByNameA @1109; GetAddressByNameA |
| 64 | + GetAddressByNameW @1110; GetAddressByNameW |
| 65 | + EnumProtocolsA @1111; EnumProtocolsA |
| 66 | + EnumProtocolsW @1112; EnumProtocolsW |
| 67 | + GetTypeByNameA @1113; GetTypeByNameA |
| 68 | + GetTypeByNameW @1114; GetTypeByNameW |
| 69 | + GetNameByTypeA @1115; GetNameByTypeA |
| 70 | + GetNameByTypeW @1116; GetNameByTypeW |
| 71 | + SetServiceA @1117; SetServiceA |
| 72 | + SetServiceW @1118; SetServiceW |
| 73 | + GetServiceA @1119; GetServiceA |
| 74 | + GetServiceW @1120; GetServiceW |
| 75 | + NPLoadNameSpaces @1130; NPLoadNameSpaces |
| 76 | + TransmitFile @1140; TransmitFile |
| 77 | + AcceptEx @1141; AcceptEx |
| 78 | + GetAcceptExSockaddrs @1142; GetAcceptExSockaddrs |
0 commit comments