Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
5.8 KiB

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