Changeset 353
- Timestamp:
- Jul 11, 2003, 1:12:38 PM (22 years ago)
- Location:
- trunk/src/emx/src
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/socket/herror.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r352 r353 1 1 /* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */ 2 2 3 #define TCPV40HDRS 3 4 #include <stdio.h> 4 5 #include <sys/types.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/socket/socket.imp
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r352 r353 1 1 ;$Id$ 2 3 ;4 ; so32dll.imp (created by emximp)5 ;6 ; -------- so32dll.lib --------7 tcpip40_accept so32dll 1 ?8 tcpip40_bind so32dll 2 ?9 tcpip40_connect so32dll 3 ?10 tcpip40_gethostid so32dll 4 ?11 tcpip40_getpeername so32dll 5 ?12 tcpip40_getsockname so32dll 6 ?13 tcpip40_getsockopt so32dll 7 ?14 tcpip40_so_ioctl so32dll 8 ?15 tcpip40_listen so32dll 9 ?16 tcpip40_recv so32dll 10 ?17 tcpip40_recvfrom so32dll 11 ?18 tcpip40_os2_select so32dll 12 ?19 tcpip40_send so32dll 13 ?20 tcpip40_sendto so32dll 14 ?21 tcpip40_setsockopt so32dll 15 ?22 tcpip40_socket so32dll 16 ?23 tcpip40_soclose so32dll 17 ?24 tcpip40_so_cancel so32dll 18 ?25 tcpip40_soabort so32dll 19 ?26 tcpip40_sock_errno so32dll 20 ?27 tcpip40_recvmsg so32dll 21 ?28 tcpip40_sendmsg so32dll 22 ?29 tcpip40_readv so32dll 23 ?30 tcpip40_writev so32dll 24 ?31 tcpip40_shutdown so32dll 25 ?32 tcpip40_sock_init so32dll 26 ?33 tcpip40_addsockettolist so32dll 27 ?34 tcpip40_removesocketfromlist so32dll 28 ?35 tcpip40_psock_errno so32dll 30 ?36 tcpip40_getinetversion so32dll 31 ?37 tcpip40_bsdselect so32dll 32 ?38 tcpip40_set_errno so32dll 35 ?39 tcpip40_getsocketfromlist so32dll 39 ?40 41 42 ;43 ; tcp32dll.imp (created by emximp)44 ;45 ; -------- tcp32dll.lib --------46 tcpip40_settimeofday tcp32dll 1 ?47 tcpip40_gettimeofday tcp32dll 2 ?48 tcpip40_lswap tcp32dll 3 ?49 tcpip40_bswap tcp32dll 4 ?50 tcpip40_inet_addr tcp32dll 5 ?51 tcpip40_inet_lnaof tcp32dll 6 ?52 tcpip40_inet_netof tcp32dll 7 ?53 tcpip40_inet_makeaddr tcp32dll 8 ?54 tcpip40_inet_network tcp32dll 9 ?55 tcpip40_inet_ntoa tcp32dll 10 ?56 tcpip40_gethostbyname tcp32dll 11 ?57 tcpip40_gethostbyaddr tcp32dll 12 ?58 tcpip40_getnetbyname tcp32dll 13 ?59 tcpip40_getnetbyaddr tcp32dll 14 ?60 tcpip40_setnetent tcp32dll 15 ?61 tcpip40_endnetent tcp32dll 16 ?62 tcpip40_getnetent tcp32dll 17 ?63 tcpip40_setprotoent tcp32dll 18 ?64 tcpip40_endprotoent tcp32dll 19 ?65 tcpip40_getprotoent tcp32dll 20 ?66 tcpip40_getprotobyname tcp32dll 21 ?67 tcpip40_getprotobynumber tcp32dll 22 ?68 tcpip40_getservbyport tcp32dll 23 ?69 tcpip40_getservbyname tcp32dll 24 ?70 tcpip40_setservent tcp32dll 25 ?71 tcpip40_endservent tcp32dll 26 ?72 tcpip40_getservent tcp32dll 27 ?73 tcpip40_sethostent tcp32dll 28 ?74 tcpip40_endhostent tcp32dll 29 ?75 tcpip40_gethostent tcp32dll 30 ?76 tcpip40_dn_expand tcp32dll 31 ?77 tcpip40_dn_comp tcp32dll 32 ?78 tcpip40_dn_skipname tcp32dll 33 ?79 tcpip40_dn_find tcp32dll 34 ?80 tcpip40__getshort tcp32dll 35 ?81 tcpip40__getlong tcp32dll 36 ?82 tcpip40_putshort tcp32dll 37 ?83 tcpip40_putlong tcp32dll 38 ?84 tcpip40_res_init tcp32dll 39 ?85 tcpip40_res_mkquery tcp32dll 40 ?86 tcpip40_res_send tcp32dll 41 ?87 tcpip40_h_errno tcp32dll 42 ?88 tcpip40__res tcp32dll 43 ?89 tcpip40_gethostname tcp32dll 44 ?90 tcpip40_rexec tcp32dll 45 ?91 tcpip40_gethostbyname_r tcp32dll 48 ?92 tcpip40_gethostbyaddr_r tcp32dll 49 ?93 tcpip40_getservbyname_r tcp32dll 50 ?94 tcpip40_tcp_h_errno tcp32dll 51 ?95 tcpip40_res_search tcp32dll 52 ?96 tcpip40_res_query tcp32dll 53 ?97 tcpip40_res_querydomain tcp32dll 54 ?98 tcpip40_Raccept tcp32dll 56 ?99 tcpip40_Rbind tcp32dll 57 ?100 tcpip40_Rconnect tcp32dll 58 ?101 tcpip40_Rgetsockname tcp32dll 59 ?102 tcpip40_Rlisten tcp32dll 60 ?103 tcpip40_Rgethostbyname tcp32dll 61 ?104 105 106 2 107 3 ; … … 110 6 ; -------- tcpip32.lib -------- 111 7 accept tcpip32 1 ? 8 _accept tcpip32 1 ? 112 9 bind tcpip32 2 ? 10 _bind tcpip32 2 ? 113 11 connect tcpip32 3 ? 12 _connect tcpip32 3 ? 114 13 gethostid tcpip32 4 ? 14 _gethostid tcpip32 4 ? 115 15 getpeername tcpip32 5 ? 16 _getpeername tcpip32 5 ? 116 17 getsockname tcpip32 6 ? 18 _getsockname tcpip32 6 ? 117 19 getsockopt tcpip32 7 ? 20 _getsockopt tcpip32 7 ? 118 21 so_ioctl tcpip32 8 ? 22 _so_ioctl tcpip32 8 ? 119 23 listen tcpip32 9 ? 24 _listen tcpip32 9 ? 120 25 recv tcpip32 10 ? 26 _recv tcpip32 10 ? 121 27 recvfrom tcpip32 11 ? 28 _recvfrom tcpip32 11 ? 122 29 os2_select tcpip32 12 ? 30 _os2_select tcpip32 12 ? 123 31 send tcpip32 13 ? 32 _send tcpip32 13 ? 124 33 sendto tcpip32 14 ? 34 _sendto tcpip32 14 ? 125 35 setsockopt tcpip32 15 ? 36 _setsockopt tcpip32 15 ? 126 37 socket tcpip32 16 ? 38 _socket tcpip32 16 ? 127 39 soclose tcpip32 17 ? 40 _soclose tcpip32 17 ? 128 41 so_cancel tcpip32 18 ? 42 _so_cancel tcpip32 18 ? 129 43 soabort tcpip32 19 ? 44 _soabort tcpip32 19 ? 130 45 sock_errno tcpip32 20 ? 46 _sock_errno tcpip32 20 ? 131 47 recvmsg tcpip32 21 ? 48 _recvmsg tcpip32 21 ? 132 49 sendmsg tcpip32 22 ? 50 _sendmsg tcpip32 22 ? 133 51 so_readv tcpip32 23 ? 52 _so_readv tcpip32 23 ? 134 53 so_writev tcpip32 24 ? 54 _so_writev tcpip32 24 ? 135 55 shutdown tcpip32 25 ? 56 _shutdown tcpip32 25 ? 136 57 sock_init tcpip32 26 ? 58 _sock_init tcpip32 26 ? 137 59 addsockettolist tcpip32 27 ? 60 _addsockettolist tcpip32 27 ? 138 61 removesocketfromlist tcpip32 28 ? 62 _removesocketfromlist tcpip32 28 ? 139 63 cleanupsockets tcpip32 29 ? 64 _cleanupsockets tcpip32 29 ? 140 65 psock_errno tcpip32 30 ? 66 _psock_errno tcpip32 30 ? 141 67 getinetversion tcpip32 31 ? 68 _getinetversion tcpip32 31 ? 142 69 bsdselect tcpip32 32 ? 70 _bsdselect tcpip32 32 ? 143 71 set_errno tcpip32 35 ? 72 _set_errno tcpip32 35 ? 144 73 winsockcleanupsockets tcpip32 38 ? 74 _winsockcleanupsockets tcpip32 38 ? 145 75 gettimeofday tcpip32 102 ? 76 _gettimeofday tcpip32 102 ? 146 77 inet_addr tcpip32 105 ? 78 _inet_addr tcpip32 105 ? 147 79 inet_lnaof tcpip32 106 ? 80 _inet_lnaof tcpip32 106 ? 148 81 inet_netof tcpip32 107 ? 82 _inet_netof tcpip32 107 ? 149 83 inet_makeaddr tcpip32 108 ? 84 _inet_makeaddr tcpip32 108 ? 150 85 inet_network tcpip32 109 ? 86 _inet_network tcpip32 109 ? 151 87 inet_ntoa tcpip32 110 ? 88 _inet_ntoa tcpip32 110 ? 152 89 gethostbyname tcpip32 111 ? 90 _gethostbyname tcpip32 111 ? 153 91 gethostbyaddr tcpip32 112 ? 92 _gethostbyaddr tcpip32 112 ? 154 93 getnetbyname tcpip32 113 ? 94 _getnetbyname tcpip32 113 ? 155 95 getnetbyaddr tcpip32 114 ? 96 _getnetbyaddr tcpip32 114 ? 156 97 setnetent tcpip32 115 ? 98 _setnetent tcpip32 115 ? 157 99 endnetent tcpip32 116 ? 100 _endnetent tcpip32 116 ? 158 101 getnetent tcpip32 117 ? 102 _getnetent tcpip32 117 ? 159 103 setprotoent tcpip32 118 ? 104 _setprotoent tcpip32 118 ? 160 105 endprotoent tcpip32 119 ? 106 _endprotoent tcpip32 119 ? 161 107 getprotoent tcpip32 120 ? 108 _getprotoent tcpip32 120 ? 162 109 getprotobyname tcpip32 121 ? 110 _getprotobyname tcpip32 121 ? 163 111 getprotobynumber tcpip32 122 ? 112 _getprotobynumber tcpip32 122 ? 164 113 getservbyport tcpip32 123 ? 114 _getservbyport tcpip32 123 ? 165 115 getservbyname tcpip32 124 ? 116 _getservbyname tcpip32 124 ? 166 117 setservent tcpip32 125 ? 118 _setservent tcpip32 125 ? 167 119 endservent tcpip32 126 ? 120 _endservent tcpip32 126 ? 168 121 getservent tcpip32 127 ? 122 _getservent tcpip32 127 ? 169 123 sethostent tcpip32 128 ? 124 _sethostent tcpip32 128 ? 170 125 endhostent tcpip32 129 ? 126 _endhostent tcpip32 129 ? 171 127 gethostent tcpip32 130 ? 128 _gethostent tcpip32 130 ? 172 129 __dn_expand tcpip32 131 ? 130 ___dn_expand tcpip32 131 ? 173 131 __dn_comp tcpip32 132 ? 132 ___dn_comp tcpip32 132 ? 174 133 __dn_skipname tcpip32 133 ? 134 ___dn_skipname tcpip32 133 ? 175 135 dn_find tcpip32 134 ? 136 _dn_find tcpip32 134 ? 176 137 _getshort tcpip32 135 ? 138 __getshort tcpip32 135 ? 177 139 _getlong tcpip32 136 ? 140 __getlong tcpip32 136 ? 178 141 __putshort tcpip32 137 ? 142 ___putshort tcpip32 137 ? 179 143 __putlong tcpip32 138 ? 144 ___putlong tcpip32 138 ? 180 145 __res_init tcpip32 139 ? 146 ___res_init tcpip32 139 ? 181 147 __res_mkquery tcpip32 140 ? 148 ___res_mkquery tcpip32 140 ? 182 149 __res_send tcpip32 141 ? 150 ___res_send tcpip32 141 ? 183 151 _ress tcpip32 143 ? 152 __ress tcpip32 143 ? 184 153 gethostname tcpip32 144 ? 154 _gethostname tcpip32 144 ? 185 155 rexec tcpip32 145 ? 156 _rexec tcpip32 145 ? 186 157 tcp_h_errno1 tcpip32 151 ? 158 _tcp_h_errno1 tcpip32 151 ? 187 159 __res_search tcpip32 152 ? 160 ___res_search tcpip32 152 ? 188 161 __res_query tcpip32 153 ? 162 ___res_query tcpip32 153 ? 189 163 __res_querydomain tcpip32 154 ? 164 ___res_querydomain tcpip32 154 ? 190 165 Raccept tcpip32 156 ? 166 _Raccept tcpip32 156 ? 191 167 Rbind tcpip32 157 ? 168 _Rbind tcpip32 157 ? 192 169 Rconnect tcpip32 158 ? 170 _Rconnect tcpip32 158 ? 193 171 Rgetsockname tcpip32 159 ? 172 _Rgetsockname tcpip32 159 ? 194 173 Rlisten tcpip32 160 ? 174 _Rlisten tcpip32 160 ? 195 175 Rgethostbyname tcpip32 161 ? 176 _Rgethostbyname tcpip32 161 ? 196 177 os2_ioctl tcpip32 200 ? 178 _os2_ioctl tcpip32 200 ? 197 179 __TCPFDIsSet tcpip32 201 ? 180 ___TCPFDIsSet tcpip32 201 ? 198 181 conv_sockaddr_parms tcpip32 202 ? 182 _conv_sockaddr_parms tcpip32 202 ? 199 183 htonl tcpip32 203 ? 184 _htonl tcpip32 203 ? 200 185 ntohl tcpip32 204 ? 186 _ntohl tcpip32 204 ? 201 187 htons tcpip32 205 ? 188 _htons tcpip32 205 ? 202 189 ntohs tcpip32 206 ? 190 _ntohs tcpip32 206 ? 203 191 sysctl tcpip32 207 ? 192 _sysctl tcpip32 207 ? 204 193 herror tcpip32 208 ? 194 _herror tcpip32 208 ? 205 195 hstrerror tcpip32 209 ? 196 _hstrerror tcpip32 209 ? 206 197 __p_class_syms tcpip32 211 ? 198 ___p_class_syms tcpip32 211 ? 207 199 __p_type_syms tcpip32 212 ? 200 ___p_type_syms tcpip32 212 ? 208 201 __res_hnok tcpip32 213 ? 202 ___res_hnok tcpip32 213 ? 209 203 __res_ownok tcpip32 214 ? 204 ___res_ownok tcpip32 214 ? 210 205 __res_mailok tcpip32 215 ? 206 ___res_mailok tcpip32 215 ? 211 207 __res_dnok tcpip32 216 ? 208 ___res_dnok tcpip32 216 ? 212 209 __sym_ston tcpip32 217 ? 210 ___sym_ston tcpip32 217 ? 213 211 __sym_ntos tcpip32 218 ? 212 ___sym_ntos tcpip32 218 ? 214 213 __sym_ntop tcpip32 219 ? 214 ___sym_ntop tcpip32 219 ? 215 215 __b64_ntop tcpip32 220 ? 216 ___b64_ntop tcpip32 220 ? 216 217 __B64_PTOn tcpip32 221 ? 218 ___B64_PTOn tcpip32 221 ? 217 219 __b64_pton tcpip32 221 ? 220 ___b64_pton tcpip32 221 ? 218 221 __loc_aton tcpip32 222 ? 222 ___loc_aton tcpip32 222 ? 219 223 __loc_ntoa tcpip32 223 ? 224 ___loc_ntoa tcpip32 223 ? 220 225 __fp_resstat tcpip32 224 ? 226 ___fp_resstat tcpip32 224 ? 221 227 __fp_query tcpip32 225 ? 228 ___fp_query tcpip32 225 ? 222 229 __fp_nquery tcpip32 226 ? 230 ___fp_nquery tcpip32 226 ? 223 231 __hostalias tcpip32 227 ? 232 ___hostalias tcpip32 227 ? 224 233 __p_class tcpip32 228 ? 234 ___p_class tcpip32 228 ? 225 235 __p_time tcpip32 229 ? 236 ___p_time tcpip32 229 ? 226 237 __p_type tcpip32 230 ? 238 ___p_type tcpip32 230 ? 227 239 __p_query tcpip32 231 ? 240 ___p_query tcpip32 231 ? 228 241 __p_cdnname tcpip32 232 ? 242 ___p_cdnname tcpip32 232 ? 229 243 __p_cdname tcpip32 233 ? 244 ___p_cdname tcpip32 233 ? 230 245 __p_fqnname tcpip32 234 ? 246 ___p_fqnname tcpip32 234 ? 231 247 __p_fqname tcpip32 235 ? 248 ___p_fqname tcpip32 235 ? 232 249 __p_rr tcpip32 236 ? 250 ___p_rr tcpip32 236 ? 233 251 __p_option tcpip32 237 ? 252 ___p_option tcpip32 237 ? 234 253 __p_secstodate tcpip32 238 ? 254 ___p_secstodate tcpip32 238 ? 235 255 __dn_count_labels tcpip32 239 ? 256 ___dn_count_labels tcpip32 239 ? 236 257 __res_randomid tcpip32 240 ? 258 ___res_randomid tcpip32 240 ? 237 259 __res_isourserver tcpip32 241 ? 260 ___res_isourserver tcpip32 241 ? 238 261 __res_nameinquery tcpip32 242 ? 262 ___res_nameinquery tcpip32 242 ? 239 263 __res_queriesmatch tcpip32 243 ? 264 ___res_queriesmatch tcpip32 243 ? 240 265 __res_close tcpip32 244 ? 266 ___res_close tcpip32 244 ? 241 267 gethostbyname2 tcpip32 245 ? 268 _gethostbyname2 tcpip32 245 ? 242 269 inet_aton tcpip32 246 ? 270 _inet_aton tcpip32 246 ? 243 271 inet_neta tcpip32 247 ? 272 _inet_neta tcpip32 247 ? 244 273 inet_net_ntop tcpip32 248 ? 274 _inet_net_ntop tcpip32 248 ? 245 275 inet_net_pton tcpip32 249 ? 276 _inet_net_pton tcpip32 249 ? 246 277 inet_pton tcpip32 250 ? 278 _inet_pton tcpip32 250 ? 247 279 inet_ntop tcpip32 251 ? 280 _inet_ntop tcpip32 251 ? 248 281 inet_nsap_addr tcpip32 252 ? 282 _inet_nsap_addr tcpip32 252 ? 249 283 inet_nsap_ntoa tcpip32 253 ? 284 _inet_nsap_ntoa tcpip32 253 ? 250 285 socketpair tcpip32 254 ? 286 _socketpair tcpip32 254 ? 251 287 sock_strerror tcpip32 255 ? 288 _sock_strerror tcpip32 255 ? 252 289 accept_and_recv tcpip32 256 ? 290 _accept_and_recv tcpip32 256 ? 253 291 send_file tcpip32 257 ? 292 _send_file tcpip32 257 ? 254 293 kernchkacc tcpip32 300 ? 294 _kernchkacc tcpip32 300 ? 255 295 convert16to32bitaddr tcpip32 301 ? 296 _convert16to32bitaddr tcpip32 301 ? 256 297 socketmain tcpip32 302 ? 298 _socketmain tcpip32 302 ? 257 299 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/socket/socket.smak
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r352 r353 3 3 .MODULE := libsocket 4 4 .MDESC := The socket library 5 .MDEP := emxomf emximp 5 _MDIRS := $.aout/tcpipv4 $.aout-prof/tcpipv4 6 .MDEP := emxomf emximp $(_MDIRS) 7 TARGDIRS += $(_MDIRS) 6 8 7 9 .TARGET := libsocket_p.a 8 10 .TKIND := aout prof 9 .TSRC := src/lib/socket/herror.c 10 .TSRC += $(wildcard src/lib/socket/386/*.s) 11 .TSRC := $(wildcard src/lib/socket/386/*.s) 11 12 .IMPS := src/lib/socket/socket.imp 12 .INSDIR = lib/13 .INSDIR := lib/ 13 14 .TKEEP := 1 14 15 include mkimplib.smak … … 16 17 .TARGET := libsocket.a 17 18 .TKIND := aout 19 .TSRC := $(wildcard src/lib/socket/386/*.s) 20 .IMPS := src/lib/socket/socket.imp 21 .INSDIR := lib/ 22 .TKEEP := 1 18 23 include mkimplib.smak 24 25 26 .TARGET := tcpipv4/libsocket_p.a 27 .TKIND := aout prof 28 .TSRC := $(wildcard src/lib/socket/386/*.s) 29 .TSRC += src/lib/socket/herror.c 30 .IMPS := src/lib/socket/socket_tcpipv4.imp 31 .INSDIR := lib/ 32 .TKEEP := 1 33 include mkimplib.smak 34 35 .TARGET := tcpipv4/libsocket.a 36 .TKIND := aout 37 .TSRC := $(wildcard src/lib/socket/386/*.s) 38 .TSRC += src/lib/socket/herror.c 39 .IMPS := src/lib/socket/socket_tcpipv4.imp 40 .TKEEP := 1 41 include mkimplib.smak 42 43 #$.omf/tcpipv4 omf-prof/tcpipv4 44 19 45 20 46 # Forget temporary variables 21 47 include comend.smak 48 _MDIRS := 49 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/herror.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r352 r353 1 1 /* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */ 2 2 3 #define TCPV40HDRS 3 4 #include <stdio.h> 4 5 #include <sys/types.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/socket.imp
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r352 r353 1 1 ;$Id$ 2 3 ;4 ; so32dll.imp (created by emximp)5 ;6 ; -------- so32dll.lib --------7 tcpip40_accept so32dll 1 ?8 tcpip40_bind so32dll 2 ?9 tcpip40_connect so32dll 3 ?10 tcpip40_gethostid so32dll 4 ?11 tcpip40_getpeername so32dll 5 ?12 tcpip40_getsockname so32dll 6 ?13 tcpip40_getsockopt so32dll 7 ?14 tcpip40_so_ioctl so32dll 8 ?15 tcpip40_listen so32dll 9 ?16 tcpip40_recv so32dll 10 ?17 tcpip40_recvfrom so32dll 11 ?18 tcpip40_os2_select so32dll 12 ?19 tcpip40_send so32dll 13 ?20 tcpip40_sendto so32dll 14 ?21 tcpip40_setsockopt so32dll 15 ?22 tcpip40_socket so32dll 16 ?23 tcpip40_soclose so32dll 17 ?24 tcpip40_so_cancel so32dll 18 ?25 tcpip40_soabort so32dll 19 ?26 tcpip40_sock_errno so32dll 20 ?27 tcpip40_recvmsg so32dll 21 ?28 tcpip40_sendmsg so32dll 22 ?29 tcpip40_readv so32dll 23 ?30 tcpip40_writev so32dll 24 ?31 tcpip40_shutdown so32dll 25 ?32 tcpip40_sock_init so32dll 26 ?33 tcpip40_addsockettolist so32dll 27 ?34 tcpip40_removesocketfromlist so32dll 28 ?35 tcpip40_psock_errno so32dll 30 ?36 tcpip40_getinetversion so32dll 31 ?37 tcpip40_bsdselect so32dll 32 ?38 tcpip40_set_errno so32dll 35 ?39 tcpip40_getsocketfromlist so32dll 39 ?40 41 42 ;43 ; tcp32dll.imp (created by emximp)44 ;45 ; -------- tcp32dll.lib --------46 tcpip40_settimeofday tcp32dll 1 ?47 tcpip40_gettimeofday tcp32dll 2 ?48 tcpip40_lswap tcp32dll 3 ?49 tcpip40_bswap tcp32dll 4 ?50 tcpip40_inet_addr tcp32dll 5 ?51 tcpip40_inet_lnaof tcp32dll 6 ?52 tcpip40_inet_netof tcp32dll 7 ?53 tcpip40_inet_makeaddr tcp32dll 8 ?54 tcpip40_inet_network tcp32dll 9 ?55 tcpip40_inet_ntoa tcp32dll 10 ?56 tcpip40_gethostbyname tcp32dll 11 ?57 tcpip40_gethostbyaddr tcp32dll 12 ?58 tcpip40_getnetbyname tcp32dll 13 ?59 tcpip40_getnetbyaddr tcp32dll 14 ?60 tcpip40_setnetent tcp32dll 15 ?61 tcpip40_endnetent tcp32dll 16 ?62 tcpip40_getnetent tcp32dll 17 ?63 tcpip40_setprotoent tcp32dll 18 ?64 tcpip40_endprotoent tcp32dll 19 ?65 tcpip40_getprotoent tcp32dll 20 ?66 tcpip40_getprotobyname tcp32dll 21 ?67 tcpip40_getprotobynumber tcp32dll 22 ?68 tcpip40_getservbyport tcp32dll 23 ?69 tcpip40_getservbyname tcp32dll 24 ?70 tcpip40_setservent tcp32dll 25 ?71 tcpip40_endservent tcp32dll 26 ?72 tcpip40_getservent tcp32dll 27 ?73 tcpip40_sethostent tcp32dll 28 ?74 tcpip40_endhostent tcp32dll 29 ?75 tcpip40_gethostent tcp32dll 30 ?76 tcpip40_dn_expand tcp32dll 31 ?77 tcpip40_dn_comp tcp32dll 32 ?78 tcpip40_dn_skipname tcp32dll 33 ?79 tcpip40_dn_find tcp32dll 34 ?80 tcpip40__getshort tcp32dll 35 ?81 tcpip40__getlong tcp32dll 36 ?82 tcpip40_putshort tcp32dll 37 ?83 tcpip40_putlong tcp32dll 38 ?84 tcpip40_res_init tcp32dll 39 ?85 tcpip40_res_mkquery tcp32dll 40 ?86 tcpip40_res_send tcp32dll 41 ?87 tcpip40_h_errno tcp32dll 42 ?88 tcpip40__res tcp32dll 43 ?89 tcpip40_gethostname tcp32dll 44 ?90 tcpip40_rexec tcp32dll 45 ?91 tcpip40_gethostbyname_r tcp32dll 48 ?92 tcpip40_gethostbyaddr_r tcp32dll 49 ?93 tcpip40_getservbyname_r tcp32dll 50 ?94 tcpip40_tcp_h_errno tcp32dll 51 ?95 tcpip40_res_search tcp32dll 52 ?96 tcpip40_res_query tcp32dll 53 ?97 tcpip40_res_querydomain tcp32dll 54 ?98 tcpip40_Raccept tcp32dll 56 ?99 tcpip40_Rbind tcp32dll 57 ?100 tcpip40_Rconnect tcp32dll 58 ?101 tcpip40_Rgetsockname tcp32dll 59 ?102 tcpip40_Rlisten tcp32dll 60 ?103 tcpip40_Rgethostbyname tcp32dll 61 ?104 105 106 2 107 3 ; … … 110 6 ; -------- tcpip32.lib -------- 111 7 accept tcpip32 1 ? 8 _accept tcpip32 1 ? 112 9 bind tcpip32 2 ? 10 _bind tcpip32 2 ? 113 11 connect tcpip32 3 ? 12 _connect tcpip32 3 ? 114 13 gethostid tcpip32 4 ? 14 _gethostid tcpip32 4 ? 115 15 getpeername tcpip32 5 ? 16 _getpeername tcpip32 5 ? 116 17 getsockname tcpip32 6 ? 18 _getsockname tcpip32 6 ? 117 19 getsockopt tcpip32 7 ? 20 _getsockopt tcpip32 7 ? 118 21 so_ioctl tcpip32 8 ? 22 _so_ioctl tcpip32 8 ? 119 23 listen tcpip32 9 ? 24 _listen tcpip32 9 ? 120 25 recv tcpip32 10 ? 26 _recv tcpip32 10 ? 121 27 recvfrom tcpip32 11 ? 28 _recvfrom tcpip32 11 ? 122 29 os2_select tcpip32 12 ? 30 _os2_select tcpip32 12 ? 123 31 send tcpip32 13 ? 32 _send tcpip32 13 ? 124 33 sendto tcpip32 14 ? 34 _sendto tcpip32 14 ? 125 35 setsockopt tcpip32 15 ? 36 _setsockopt tcpip32 15 ? 126 37 socket tcpip32 16 ? 38 _socket tcpip32 16 ? 127 39 soclose tcpip32 17 ? 40 _soclose tcpip32 17 ? 128 41 so_cancel tcpip32 18 ? 42 _so_cancel tcpip32 18 ? 129 43 soabort tcpip32 19 ? 44 _soabort tcpip32 19 ? 130 45 sock_errno tcpip32 20 ? 46 _sock_errno tcpip32 20 ? 131 47 recvmsg tcpip32 21 ? 48 _recvmsg tcpip32 21 ? 132 49 sendmsg tcpip32 22 ? 50 _sendmsg tcpip32 22 ? 133 51 so_readv tcpip32 23 ? 52 _so_readv tcpip32 23 ? 134 53 so_writev tcpip32 24 ? 54 _so_writev tcpip32 24 ? 135 55 shutdown tcpip32 25 ? 56 _shutdown tcpip32 25 ? 136 57 sock_init tcpip32 26 ? 58 _sock_init tcpip32 26 ? 137 59 addsockettolist tcpip32 27 ? 60 _addsockettolist tcpip32 27 ? 138 61 removesocketfromlist tcpip32 28 ? 62 _removesocketfromlist tcpip32 28 ? 139 63 cleanupsockets tcpip32 29 ? 64 _cleanupsockets tcpip32 29 ? 140 65 psock_errno tcpip32 30 ? 66 _psock_errno tcpip32 30 ? 141 67 getinetversion tcpip32 31 ? 68 _getinetversion tcpip32 31 ? 142 69 bsdselect tcpip32 32 ? 70 _bsdselect tcpip32 32 ? 143 71 set_errno tcpip32 35 ? 72 _set_errno tcpip32 35 ? 144 73 winsockcleanupsockets tcpip32 38 ? 74 _winsockcleanupsockets tcpip32 38 ? 145 75 gettimeofday tcpip32 102 ? 76 _gettimeofday tcpip32 102 ? 146 77 inet_addr tcpip32 105 ? 78 _inet_addr tcpip32 105 ? 147 79 inet_lnaof tcpip32 106 ? 80 _inet_lnaof tcpip32 106 ? 148 81 inet_netof tcpip32 107 ? 82 _inet_netof tcpip32 107 ? 149 83 inet_makeaddr tcpip32 108 ? 84 _inet_makeaddr tcpip32 108 ? 150 85 inet_network tcpip32 109 ? 86 _inet_network tcpip32 109 ? 151 87 inet_ntoa tcpip32 110 ? 88 _inet_ntoa tcpip32 110 ? 152 89 gethostbyname tcpip32 111 ? 90 _gethostbyname tcpip32 111 ? 153 91 gethostbyaddr tcpip32 112 ? 92 _gethostbyaddr tcpip32 112 ? 154 93 getnetbyname tcpip32 113 ? 94 _getnetbyname tcpip32 113 ? 155 95 getnetbyaddr tcpip32 114 ? 96 _getnetbyaddr tcpip32 114 ? 156 97 setnetent tcpip32 115 ? 98 _setnetent tcpip32 115 ? 157 99 endnetent tcpip32 116 ? 100 _endnetent tcpip32 116 ? 158 101 getnetent tcpip32 117 ? 102 _getnetent tcpip32 117 ? 159 103 setprotoent tcpip32 118 ? 104 _setprotoent tcpip32 118 ? 160 105 endprotoent tcpip32 119 ? 106 _endprotoent tcpip32 119 ? 161 107 getprotoent tcpip32 120 ? 108 _getprotoent tcpip32 120 ? 162 109 getprotobyname tcpip32 121 ? 110 _getprotobyname tcpip32 121 ? 163 111 getprotobynumber tcpip32 122 ? 112 _getprotobynumber tcpip32 122 ? 164 113 getservbyport tcpip32 123 ? 114 _getservbyport tcpip32 123 ? 165 115 getservbyname tcpip32 124 ? 116 _getservbyname tcpip32 124 ? 166 117 setservent tcpip32 125 ? 118 _setservent tcpip32 125 ? 167 119 endservent tcpip32 126 ? 120 _endservent tcpip32 126 ? 168 121 getservent tcpip32 127 ? 122 _getservent tcpip32 127 ? 169 123 sethostent tcpip32 128 ? 124 _sethostent tcpip32 128 ? 170 125 endhostent tcpip32 129 ? 126 _endhostent tcpip32 129 ? 171 127 gethostent tcpip32 130 ? 128 _gethostent tcpip32 130 ? 172 129 __dn_expand tcpip32 131 ? 130 ___dn_expand tcpip32 131 ? 173 131 __dn_comp tcpip32 132 ? 132 ___dn_comp tcpip32 132 ? 174 133 __dn_skipname tcpip32 133 ? 134 ___dn_skipname tcpip32 133 ? 175 135 dn_find tcpip32 134 ? 136 _dn_find tcpip32 134 ? 176 137 _getshort tcpip32 135 ? 138 __getshort tcpip32 135 ? 177 139 _getlong tcpip32 136 ? 140 __getlong tcpip32 136 ? 178 141 __putshort tcpip32 137 ? 142 ___putshort tcpip32 137 ? 179 143 __putlong tcpip32 138 ? 144 ___putlong tcpip32 138 ? 180 145 __res_init tcpip32 139 ? 146 ___res_init tcpip32 139 ? 181 147 __res_mkquery tcpip32 140 ? 148 ___res_mkquery tcpip32 140 ? 182 149 __res_send tcpip32 141 ? 150 ___res_send tcpip32 141 ? 183 151 _ress tcpip32 143 ? 152 __ress tcpip32 143 ? 184 153 gethostname tcpip32 144 ? 154 _gethostname tcpip32 144 ? 185 155 rexec tcpip32 145 ? 156 _rexec tcpip32 145 ? 186 157 tcp_h_errno1 tcpip32 151 ? 158 _tcp_h_errno1 tcpip32 151 ? 187 159 __res_search tcpip32 152 ? 160 ___res_search tcpip32 152 ? 188 161 __res_query tcpip32 153 ? 162 ___res_query tcpip32 153 ? 189 163 __res_querydomain tcpip32 154 ? 164 ___res_querydomain tcpip32 154 ? 190 165 Raccept tcpip32 156 ? 166 _Raccept tcpip32 156 ? 191 167 Rbind tcpip32 157 ? 168 _Rbind tcpip32 157 ? 192 169 Rconnect tcpip32 158 ? 170 _Rconnect tcpip32 158 ? 193 171 Rgetsockname tcpip32 159 ? 172 _Rgetsockname tcpip32 159 ? 194 173 Rlisten tcpip32 160 ? 174 _Rlisten tcpip32 160 ? 195 175 Rgethostbyname tcpip32 161 ? 176 _Rgethostbyname tcpip32 161 ? 196 177 os2_ioctl tcpip32 200 ? 178 _os2_ioctl tcpip32 200 ? 197 179 __TCPFDIsSet tcpip32 201 ? 180 ___TCPFDIsSet tcpip32 201 ? 198 181 conv_sockaddr_parms tcpip32 202 ? 182 _conv_sockaddr_parms tcpip32 202 ? 199 183 htonl tcpip32 203 ? 184 _htonl tcpip32 203 ? 200 185 ntohl tcpip32 204 ? 186 _ntohl tcpip32 204 ? 201 187 htons tcpip32 205 ? 188 _htons tcpip32 205 ? 202 189 ntohs tcpip32 206 ? 190 _ntohs tcpip32 206 ? 203 191 sysctl tcpip32 207 ? 192 _sysctl tcpip32 207 ? 204 193 herror tcpip32 208 ? 194 _herror tcpip32 208 ? 205 195 hstrerror tcpip32 209 ? 196 _hstrerror tcpip32 209 ? 206 197 __p_class_syms tcpip32 211 ? 198 ___p_class_syms tcpip32 211 ? 207 199 __p_type_syms tcpip32 212 ? 200 ___p_type_syms tcpip32 212 ? 208 201 __res_hnok tcpip32 213 ? 202 ___res_hnok tcpip32 213 ? 209 203 __res_ownok tcpip32 214 ? 204 ___res_ownok tcpip32 214 ? 210 205 __res_mailok tcpip32 215 ? 206 ___res_mailok tcpip32 215 ? 211 207 __res_dnok tcpip32 216 ? 208 ___res_dnok tcpip32 216 ? 212 209 __sym_ston tcpip32 217 ? 210 ___sym_ston tcpip32 217 ? 213 211 __sym_ntos tcpip32 218 ? 212 ___sym_ntos tcpip32 218 ? 214 213 __sym_ntop tcpip32 219 ? 214 ___sym_ntop tcpip32 219 ? 215 215 __b64_ntop tcpip32 220 ? 216 ___b64_ntop tcpip32 220 ? 216 217 __B64_PTOn tcpip32 221 ? 218 ___B64_PTOn tcpip32 221 ? 217 219 __b64_pton tcpip32 221 ? 220 ___b64_pton tcpip32 221 ? 218 221 __loc_aton tcpip32 222 ? 222 ___loc_aton tcpip32 222 ? 219 223 __loc_ntoa tcpip32 223 ? 224 ___loc_ntoa tcpip32 223 ? 220 225 __fp_resstat tcpip32 224 ? 226 ___fp_resstat tcpip32 224 ? 221 227 __fp_query tcpip32 225 ? 228 ___fp_query tcpip32 225 ? 222 229 __fp_nquery tcpip32 226 ? 230 ___fp_nquery tcpip32 226 ? 223 231 __hostalias tcpip32 227 ? 232 ___hostalias tcpip32 227 ? 224 233 __p_class tcpip32 228 ? 234 ___p_class tcpip32 228 ? 225 235 __p_time tcpip32 229 ? 236 ___p_time tcpip32 229 ? 226 237 __p_type tcpip32 230 ? 238 ___p_type tcpip32 230 ? 227 239 __p_query tcpip32 231 ? 240 ___p_query tcpip32 231 ? 228 241 __p_cdnname tcpip32 232 ? 242 ___p_cdnname tcpip32 232 ? 229 243 __p_cdname tcpip32 233 ? 244 ___p_cdname tcpip32 233 ? 230 245 __p_fqnname tcpip32 234 ? 246 ___p_fqnname tcpip32 234 ? 231 247 __p_fqname tcpip32 235 ? 248 ___p_fqname tcpip32 235 ? 232 249 __p_rr tcpip32 236 ? 250 ___p_rr tcpip32 236 ? 233 251 __p_option tcpip32 237 ? 252 ___p_option tcpip32 237 ? 234 253 __p_secstodate tcpip32 238 ? 254 ___p_secstodate tcpip32 238 ? 235 255 __dn_count_labels tcpip32 239 ? 256 ___dn_count_labels tcpip32 239 ? 236 257 __res_randomid tcpip32 240 ? 258 ___res_randomid tcpip32 240 ? 237 259 __res_isourserver tcpip32 241 ? 260 ___res_isourserver tcpip32 241 ? 238 261 __res_nameinquery tcpip32 242 ? 262 ___res_nameinquery tcpip32 242 ? 239 263 __res_queriesmatch tcpip32 243 ? 264 ___res_queriesmatch tcpip32 243 ? 240 265 __res_close tcpip32 244 ? 266 ___res_close tcpip32 244 ? 241 267 gethostbyname2 tcpip32 245 ? 268 _gethostbyname2 tcpip32 245 ? 242 269 inet_aton tcpip32 246 ? 270 _inet_aton tcpip32 246 ? 243 271 inet_neta tcpip32 247 ? 272 _inet_neta tcpip32 247 ? 244 273 inet_net_ntop tcpip32 248 ? 274 _inet_net_ntop tcpip32 248 ? 245 275 inet_net_pton tcpip32 249 ? 276 _inet_net_pton tcpip32 249 ? 246 277 inet_pton tcpip32 250 ? 278 _inet_pton tcpip32 250 ? 247 279 inet_ntop tcpip32 251 ? 280 _inet_ntop tcpip32 251 ? 248 281 inet_nsap_addr tcpip32 252 ? 282 _inet_nsap_addr tcpip32 252 ? 249 283 inet_nsap_ntoa tcpip32 253 ? 284 _inet_nsap_ntoa tcpip32 253 ? 250 285 socketpair tcpip32 254 ? 286 _socketpair tcpip32 254 ? 251 287 sock_strerror tcpip32 255 ? 288 _sock_strerror tcpip32 255 ? 252 289 accept_and_recv tcpip32 256 ? 290 _accept_and_recv tcpip32 256 ? 253 291 send_file tcpip32 257 ? 292 _send_file tcpip32 257 ? 254 293 kernchkacc tcpip32 300 ? 294 _kernchkacc tcpip32 300 ? 255 295 convert16to32bitaddr tcpip32 301 ? 296 _convert16to32bitaddr tcpip32 301 ? 256 297 socketmain tcpip32 302 ? 298 _socketmain tcpip32 302 ? 257 299 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/socket.smak
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r352 r353 3 3 .MODULE := libsocket 4 4 .MDESC := The socket library 5 .MDEP := emxomf emximp 5 _MDIRS := $.aout/tcpipv4 $.aout-prof/tcpipv4 6 .MDEP := emxomf emximp $(_MDIRS) 7 TARGDIRS += $(_MDIRS) 6 8 7 9 .TARGET := libsocket_p.a 8 10 .TKIND := aout prof 9 .TSRC := src/lib/socket/herror.c 10 .TSRC += $(wildcard src/lib/socket/386/*.s) 11 .TSRC := $(wildcard src/lib/socket/386/*.s) 11 12 .IMPS := src/lib/socket/socket.imp 12 .INSDIR = lib/13 .INSDIR := lib/ 13 14 .TKEEP := 1 14 15 include mkimplib.smak … … 16 17 .TARGET := libsocket.a 17 18 .TKIND := aout 19 .TSRC := $(wildcard src/lib/socket/386/*.s) 20 .IMPS := src/lib/socket/socket.imp 21 .INSDIR := lib/ 22 .TKEEP := 1 18 23 include mkimplib.smak 24 25 26 .TARGET := tcpipv4/libsocket_p.a 27 .TKIND := aout prof 28 .TSRC := $(wildcard src/lib/socket/386/*.s) 29 .TSRC += src/lib/socket/herror.c 30 .IMPS := src/lib/socket/socket_tcpipv4.imp 31 .INSDIR := lib/ 32 .TKEEP := 1 33 include mkimplib.smak 34 35 .TARGET := tcpipv4/libsocket.a 36 .TKIND := aout 37 .TSRC := $(wildcard src/lib/socket/386/*.s) 38 .TSRC += src/lib/socket/herror.c 39 .IMPS := src/lib/socket/socket_tcpipv4.imp 40 .TKEEP := 1 41 include mkimplib.smak 42 43 #$.omf/tcpipv4 omf-prof/tcpipv4 44 19 45 20 46 # Forget temporary variables 21 47 include comend.smak 48 _MDIRS := 49 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.