Changeset 21308 for trunk/src/ws2_32
- Timestamp:
- Jun 18, 2009, 6:27:45 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/ws2_32/ws2_32.def (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ws2_32/ws2_32.def
r9836 r21308 16 16 ; WS2HELP.dll 17 17 18 accept = WSOCK32.119 bind = WSOCK32.220 closesocket = WSOCK32.321 connect = WSOCK32.422 gethostbyaddr = WSOCK32.5123 gethostbyname = WSOCK32.5224 gethostname = WSOCK32.5725 getpeername = WSOCK32.526 getprotobyname = WSOCK32.5327 getprotobynumber = WSOCK32.5428 getservbyname = WSOCK32.5529 getservbyport = WSOCK32.5630 getsockname = WSOCK32.631 htonl = WSOCK32.832 htons = WSOCK32.933 inet_addr = WSOCK32.1034 inet_ntoa = WSOCK32.1135 ioctlsocket = WSOCK32.1236 listen = WSOCK32.1337 ntohl = WSOCK32.1438 ntohs = WSOCK32.1539 recv = WSOCK32.1640 recvfrom = WSOCK32.1741 select = WSOCK32.1842 send = WSOCK32.1943 sendto = WSOCK32.2044 shutdown = WSOCK32.2245 socket = WSOCK32.2346 WSAEventSelect = WSOCK32.300147 WSAEnumNetworkEvents = WSOCK32.300248 18 49 19 EXPORTS 50 accept@151 bind@252 closesocket@353 connect@454 getpeername@555 getsockname@620 accept = _accept@12 @1 21 bind = _bind@12 @2 22 closesocket = _closesocket@4 @3 23 connect = _connect@12 @4 24 getpeername = _getpeername@12 @5 25 getsockname = _getsockname@12 @6 56 26 getsockopt = _WS2getsockopt@20 @7 57 htonl@858 htons@959 ioctlsocket@1060 inet_addr@1161 inet_ntoa@1262 listen@1363 ntohl@1464 ntohs@1565 recv@1666 recvfrom@1767 select@1868 send@1969 sendto@2027 htonl = _htonl@4 @8 28 htons = _htons@4 @9 29 ioctlsocket = _ioctlsocket@12 @10 30 inet_addr = _inet_addr@4 @11 31 inet_ntoa = _inet_ntoa@4 @12 32 listen = _listen@8 @13 33 ntohl = _ntohl@4 @14 34 ntohs = _ntohs@4 @15 35 recv = _recv@16 @16 36 recvfrom = _recvfrom@24 @17 37 select = _select@20 @18 38 send = _send@16 @19 39 sendto = _sendto@24 @20 70 40 setsockopt = _WS2setsockopt@20 @21 71 shutdown@2272 socket@2341 shutdown = _shutdown@8 @22 42 socket = _socket@12 @23 73 43 74 44 ; WSApSetPostRoutine @24 … … 85 55 ; WSAEnumNameSpaceProvidersA @34 86 56 ; WSAEnumNameSpaceProvidersW @35 87 WSAEnumNetworkEvents @3657 WSAEnumNetworkEvents = _WSAEnumNetworkEvents@12 @36 88 58 WSAEnumProtocolsA = _WSAEnumProtocolsA@12 @37 89 59 WSAEnumProtocolsW = _WSAEnumProtocolsW@12 @38 90 WSAEventSelect @39 60 WSAEventSelect = _WSAEventSelect@12 @39 61 91 62 ; WSAGetOverlappedResult @40 92 63 ; WSAGetQOSByName @41 … … 101 72 WSAIoctl = _WSAIoctl@36 @50 102 73 103 gethostbyaddr @51104 gethostbyname @52105 gethostname @57106 getprotobyname @53107 getprotobynumber @54108 getservbyname @55109 getservbyport @5674 gethostbyaddr = _gethostbyaddr@12 @51 75 gethostbyname = _gethostbyname@4 @52 76 gethostname = _gethostname@8 @57 77 getprotobyname = _getprotobyname@4 @53 78 getprotobynumber = _getprotobynumber@4 @54 79 getservbyname = _getservbyname@8 @55 80 getservbyport = _getservbyport@8 @56 110 81 111 82 ; WSAJoinLeaf @58
Note:
See TracChangeset
for help on using the changeset viewer.
