Changeset 353
- Timestamp:
- Jul 11, 2003, 1:12:38 PM (22 years ago)
- Location:
- trunk/src/emx/src
- Files:
-
- 2 added
- 6 edited
-
lib/socket/herror.c (modified) (1 diff, 1 prop)
-
lib/socket/socket.imp (modified) (2 diffs, 1 prop)
-
lib/socket/socket.smak (modified) (2 diffs, 1 prop)
-
lib/socket/socket_tcpipv4.imp (added)
-
libsocket/herror.c (modified) (1 diff, 1 prop)
-
libsocket/socket.imp (modified) (2 diffs, 1 prop)
-
libsocket/socket.smak (modified) (2 diffs, 1 prop)
-
libsocket/socket_tcpipv4.imp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/socket/herror.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r352 r353 1 1 /* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */ 2 2 3 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.2to1.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 112 9 bind tcpip32 2 ? 10 113 11 connect tcpip32 3 ? 12 114 13 gethostid tcpip32 4 ? 14 115 15 getpeername tcpip32 5 ? 16 116 17 getsockname tcpip32 6 ? 18 117 19 getsockopt tcpip32 7 ? 20 118 21 so_ioctl tcpip32 8 ? 22 119 23 listen tcpip32 9 ? 24 120 25 recv tcpip32 10 ? 26 121 27 recvfrom tcpip32 11 ? 28 122 29 os2_select tcpip32 12 ? 30 123 31 send tcpip32 13 ? 32 124 33 sendto tcpip32 14 ? 34 125 35 setsockopt tcpip32 15 ? 36 126 37 socket tcpip32 16 ? 38 127 39 soclose tcpip32 17 ? 40 128 41 so_cancel tcpip32 18 ? 42 129 43 soabort tcpip32 19 ? 44 130 45 sock_errno tcpip32 20 ? 46 131 47 recvmsg tcpip32 21 ? 48 132 49 sendmsg tcpip32 22 ? 50 133 51 so_readv tcpip32 23 ? 52 134 53 so_writev tcpip32 24 ? 54 135 55 shutdown tcpip32 25 ? 56 136 57 sock_init tcpip32 26 ? 58 137 59 addsockettolist tcpip32 27 ? 60 138 61 removesocketfromlist tcpip32 28 ? 62 139 63 cleanupsockets tcpip32 29 ? 64 140 65 psock_errno tcpip32 30 ? 66 141 67 getinetversion tcpip32 31 ? 68 142 69 bsdselect tcpip32 32 ? 70 143 71 set_errno tcpip32 35 ? 72 144 73 winsockcleanupsockets tcpip32 38 ? 74 145 75 gettimeofday tcpip32 102 ? 76 146 77 inet_addr tcpip32 105 ? 78 147 79 inet_lnaof tcpip32 106 ? 80 148 81 inet_netof tcpip32 107 ? 82 149 83 inet_makeaddr tcpip32 108 ? 84 150 85 inet_network tcpip32 109 ? 86 151 87 inet_ntoa tcpip32 110 ? 88 152 89 gethostbyname tcpip32 111 ? 90 153 91 gethostbyaddr tcpip32 112 ? 92 154 93 getnetbyname tcpip32 113 ? 94 155 95 getnetbyaddr tcpip32 114 ? 96 156 97 setnetent tcpip32 115 ? 98 157 99 endnetent tcpip32 116 ? 100 158 101 getnetent tcpip32 117 ? 102 159 103 setprotoent tcpip32 118 ? 104 160 105 endprotoent tcpip32 119 ? 106 161 107 getprotoent tcpip32 120 ? 108 162 109 getprotobyname tcpip32 121 ? 110 163 111 getprotobynumber tcpip32 122 ? 112 164 113 getservbyport tcpip32 123 ? 114 165 115 getservbyname tcpip32 124 ? 116 166 117 setservent tcpip32 125 ? 118 167 119 endservent tcpip32 126 ? 120 168 121 getservent tcpip32 127 ? 122 169 123 sethostent tcpip32 128 ? 124 170 125 endhostent tcpip32 129 ? 126 171 127 gethostent tcpip32 130 ? 128 172 129 __dn_expand tcpip32 131 ? 130 173 131 __dn_comp tcpip32 132 ? 132 174 133 __dn_skipname tcpip32 133 ? 134 175 135 dn_find tcpip32 134 ? 136 176 137 _getshort tcpip32 135 ? 138 177 139 _getlong tcpip32 136 ? 140 178 141 __putshort tcpip32 137 ? 142 179 143 __putlong tcpip32 138 ? 144 180 145 __res_init tcpip32 139 ? 146 181 147 __res_mkquery tcpip32 140 ? 148 182 149 __res_send tcpip32 141 ? 150 183 151 _ress tcpip32 143 ? 152 184 153 gethostname tcpip32 144 ? 154 185 155 rexec tcpip32 145 ? 156 186 157 tcp_h_errno1 tcpip32 151 ? 158 187 159 __res_search tcpip32 152 ? 160 188 161 __res_query tcpip32 153 ? 162 189 163 __res_querydomain tcpip32 154 ? 164 190 165 Raccept tcpip32 156 ? 166 191 167 Rbind tcpip32 157 ? 168 192 169 Rconnect tcpip32 158 ? 170 193 171 Rgetsockname tcpip32 159 ? 172 194 173 Rlisten tcpip32 160 ? 174 195 175 Rgethostbyname tcpip32 161 ? 176 196 177 os2_ioctl tcpip32 200 ? 178 197 179 __TCPFDIsSet tcpip32 201 ? 180 198 181 conv_sockaddr_parms tcpip32 202 ? 182 199 183 htonl tcpip32 203 ? 184 200 185 ntohl tcpip32 204 ? 186 201 187 htons tcpip32 205 ? 188 202 189 ntohs tcpip32 206 ? 190 203 191 sysctl tcpip32 207 ? 192 204 193 herror tcpip32 208 ? 194 205 195 hstrerror tcpip32 209 ? 196 206 197 __p_class_syms tcpip32 211 ? 198 207 199 __p_type_syms tcpip32 212 ? 200 208 201 __res_hnok tcpip32 213 ? 202 209 203 __res_ownok tcpip32 214 ? 204 210 205 __res_mailok tcpip32 215 ? 206 211 207 __res_dnok tcpip32 216 ? 208 212 209 __sym_ston tcpip32 217 ? 210 213 211 __sym_ntos tcpip32 218 ? 212 214 213 __sym_ntop tcpip32 219 ? 214 215 215 __b64_ntop tcpip32 220 ? 216 216 217 __B64_PTOn tcpip32 221 ? 218 217 219 __b64_pton tcpip32 221 ? 220 218 221 __loc_aton tcpip32 222 ? 222 219 223 __loc_ntoa tcpip32 223 ? 224 220 225 __fp_resstat tcpip32 224 ? 226 221 227 __fp_query tcpip32 225 ? 228 222 229 __fp_nquery tcpip32 226 ? 230 223 231 __hostalias tcpip32 227 ? 232 224 233 __p_class tcpip32 228 ? 234 225 235 __p_time tcpip32 229 ? 236 226 237 __p_type tcpip32 230 ? 238 227 239 __p_query tcpip32 231 ? 240 228 241 __p_cdnname tcpip32 232 ? 242 229 243 __p_cdname tcpip32 233 ? 244 230 245 __p_fqnname tcpip32 234 ? 246 231 247 __p_fqname tcpip32 235 ? 248 232 249 __p_rr tcpip32 236 ? 250 233 251 __p_option tcpip32 237 ? 252 234 253 __p_secstodate tcpip32 238 ? 254 235 255 __dn_count_labels tcpip32 239 ? 256 236 257 __res_randomid tcpip32 240 ? 258 237 259 __res_isourserver tcpip32 241 ? 260 238 261 __res_nameinquery tcpip32 242 ? 262 239 263 __res_queriesmatch tcpip32 243 ? 264 240 265 __res_close tcpip32 244 ? 266 241 267 gethostbyname2 tcpip32 245 ? 268 242 269 inet_aton tcpip32 246 ? 270 243 271 inet_neta tcpip32 247 ? 272 244 273 inet_net_ntop tcpip32 248 ? 274 245 275 inet_net_pton tcpip32 249 ? 276 246 277 inet_pton tcpip32 250 ? 278 247 279 inet_ntop tcpip32 251 ? 280 248 281 inet_nsap_addr tcpip32 252 ? 282 249 283 inet_nsap_ntoa tcpip32 253 ? 284 250 285 socketpair tcpip32 254 ? 286 251 287 sock_strerror tcpip32 255 ? 288 252 289 accept_and_recv tcpip32 256 ? 290 253 291 send_file tcpip32 257 ? 292 254 293 kernchkacc tcpip32 300 ? 294 255 295 convert16to32bitaddr tcpip32 301 ? 296 256 297 socketmain tcpip32 302 ? 298 257 299 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/socket/socket.smak
-
Property cvs2svn:cvs-rev
changed from
1.5to1.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 20 21 22 18 23 include mkimplib.smak 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 19 45 20 46 # Forget temporary variables 21 47 include comend.smak 48 49 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/herror.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r352 r353 1 1 /* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */ 2 2 3 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.2to1.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 112 9 bind tcpip32 2 ? 10 113 11 connect tcpip32 3 ? 12 114 13 gethostid tcpip32 4 ? 14 115 15 getpeername tcpip32 5 ? 16 116 17 getsockname tcpip32 6 ? 18 117 19 getsockopt tcpip32 7 ? 20 118 21 so_ioctl tcpip32 8 ? 22 119 23 listen tcpip32 9 ? 24 120 25 recv tcpip32 10 ? 26 121 27 recvfrom tcpip32 11 ? 28 122 29 os2_select tcpip32 12 ? 30 123 31 send tcpip32 13 ? 32 124 33 sendto tcpip32 14 ? 34 125 35 setsockopt tcpip32 15 ? 36 126 37 socket tcpip32 16 ? 38 127 39 soclose tcpip32 17 ? 40 128 41 so_cancel tcpip32 18 ? 42 129 43 soabort tcpip32 19 ? 44 130 45 sock_errno tcpip32 20 ? 46 131 47 recvmsg tcpip32 21 ? 48 132 49 sendmsg tcpip32 22 ? 50 133 51 so_readv tcpip32 23 ? 52 134 53 so_writev tcpip32 24 ? 54 135 55 shutdown tcpip32 25 ? 56 136 57 sock_init tcpip32 26 ? 58 137 59 addsockettolist tcpip32 27 ? 60 138 61 removesocketfromlist tcpip32 28 ? 62 139 63 cleanupsockets tcpip32 29 ? 64 140 65 psock_errno tcpip32 30 ? 66 141 67 getinetversion tcpip32 31 ? 68 142 69 bsdselect tcpip32 32 ? 70 143 71 set_errno tcpip32 35 ? 72 144 73 winsockcleanupsockets tcpip32 38 ? 74 145 75 gettimeofday tcpip32 102 ? 76 146 77 inet_addr tcpip32 105 ? 78 147 79 inet_lnaof tcpip32 106 ? 80 148 81 inet_netof tcpip32 107 ? 82 149 83 inet_makeaddr tcpip32 108 ? 84 150 85 inet_network tcpip32 109 ? 86 151 87 inet_ntoa tcpip32 110 ? 88 152 89 gethostbyname tcpip32 111 ? 90 153 91 gethostbyaddr tcpip32 112 ? 92 154 93 getnetbyname tcpip32 113 ? 94 155 95 getnetbyaddr tcpip32 114 ? 96 156 97 setnetent tcpip32 115 ? 98 157 99 endnetent tcpip32 116 ? 100 158 101 getnetent tcpip32 117 ? 102 159 103 setprotoent tcpip32 118 ? 104 160 105 endprotoent tcpip32 119 ? 106 161 107 getprotoent tcpip32 120 ? 108 162 109 getprotobyname tcpip32 121 ? 110 163 111 getprotobynumber tcpip32 122 ? 112 164 113 getservbyport tcpip32 123 ? 114 165 115 getservbyname tcpip32 124 ? 116 166 117 setservent tcpip32 125 ? 118 167 119 endservent tcpip32 126 ? 120 168 121 getservent tcpip32 127 ? 122 169 123 sethostent tcpip32 128 ? 124 170 125 endhostent tcpip32 129 ? 126 171 127 gethostent tcpip32 130 ? 128 172 129 __dn_expand tcpip32 131 ? 130 173 131 __dn_comp tcpip32 132 ? 132 174 133 __dn_skipname tcpip32 133 ? 134 175 135 dn_find tcpip32 134 ? 136 176 137 _getshort tcpip32 135 ? 138 177 139 _getlong tcpip32 136 ? 140 178 141 __putshort tcpip32 137 ? 142 179 143 __putlong tcpip32 138 ? 144 180 145 __res_init tcpip32 139 ? 146 181 147 __res_mkquery tcpip32 140 ? 148 182 149 __res_send tcpip32 141 ? 150 183 151 _ress tcpip32 143 ? 152 184 153 gethostname tcpip32 144 ? 154 185 155 rexec tcpip32 145 ? 156 186 157 tcp_h_errno1 tcpip32 151 ? 158 187 159 __res_search tcpip32 152 ? 160 188 161 __res_query tcpip32 153 ? 162 189 163 __res_querydomain tcpip32 154 ? 164 190 165 Raccept tcpip32 156 ? 166 191 167 Rbind tcpip32 157 ? 168 192 169 Rconnect tcpip32 158 ? 170 193 171 Rgetsockname tcpip32 159 ? 172 194 173 Rlisten tcpip32 160 ? 174 195 175 Rgethostbyname tcpip32 161 ? 176 196 177 os2_ioctl tcpip32 200 ? 178 197 179 __TCPFDIsSet tcpip32 201 ? 180 198 181 conv_sockaddr_parms tcpip32 202 ? 182 199 183 htonl tcpip32 203 ? 184 200 185 ntohl tcpip32 204 ? 186 201 187 htons tcpip32 205 ? 188 202 189 ntohs tcpip32 206 ? 190 203 191 sysctl tcpip32 207 ? 192 204 193 herror tcpip32 208 ? 194 205 195 hstrerror tcpip32 209 ? 196 206 197 __p_class_syms tcpip32 211 ? 198 207 199 __p_type_syms tcpip32 212 ? 200 208 201 __res_hnok tcpip32 213 ? 202 209 203 __res_ownok tcpip32 214 ? 204 210 205 __res_mailok tcpip32 215 ? 206 211 207 __res_dnok tcpip32 216 ? 208 212 209 __sym_ston tcpip32 217 ? 210 213 211 __sym_ntos tcpip32 218 ? 212 214 213 __sym_ntop tcpip32 219 ? 214 215 215 __b64_ntop tcpip32 220 ? 216 216 217 __B64_PTOn tcpip32 221 ? 218 217 219 __b64_pton tcpip32 221 ? 220 218 221 __loc_aton tcpip32 222 ? 222 219 223 __loc_ntoa tcpip32 223 ? 224 220 225 __fp_resstat tcpip32 224 ? 226 221 227 __fp_query tcpip32 225 ? 228 222 229 __fp_nquery tcpip32 226 ? 230 223 231 __hostalias tcpip32 227 ? 232 224 233 __p_class tcpip32 228 ? 234 225 235 __p_time tcpip32 229 ? 236 226 237 __p_type tcpip32 230 ? 238 227 239 __p_query tcpip32 231 ? 240 228 241 __p_cdnname tcpip32 232 ? 242 229 243 __p_cdname tcpip32 233 ? 244 230 245 __p_fqnname tcpip32 234 ? 246 231 247 __p_fqname tcpip32 235 ? 248 232 249 __p_rr tcpip32 236 ? 250 233 251 __p_option tcpip32 237 ? 252 234 253 __p_secstodate tcpip32 238 ? 254 235 255 __dn_count_labels tcpip32 239 ? 256 236 257 __res_randomid tcpip32 240 ? 258 237 259 __res_isourserver tcpip32 241 ? 260 238 261 __res_nameinquery tcpip32 242 ? 262 239 263 __res_queriesmatch tcpip32 243 ? 264 240 265 __res_close tcpip32 244 ? 266 241 267 gethostbyname2 tcpip32 245 ? 268 242 269 inet_aton tcpip32 246 ? 270 243 271 inet_neta tcpip32 247 ? 272 244 273 inet_net_ntop tcpip32 248 ? 274 245 275 inet_net_pton tcpip32 249 ? 276 246 277 inet_pton tcpip32 250 ? 278 247 279 inet_ntop tcpip32 251 ? 280 248 281 inet_nsap_addr tcpip32 252 ? 282 249 283 inet_nsap_ntoa tcpip32 253 ? 284 250 285 socketpair tcpip32 254 ? 286 251 287 sock_strerror tcpip32 255 ? 288 252 289 accept_and_recv tcpip32 256 ? 290 253 291 send_file tcpip32 257 ? 292 254 293 kernchkacc tcpip32 300 ? 294 255 295 convert16to32bitaddr tcpip32 301 ? 296 256 297 socketmain tcpip32 302 ? 298 257 299 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/socket.smak
-
Property cvs2svn:cvs-rev
changed from
1.5to1.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 20 21 22 18 23 include mkimplib.smak 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 19 45 20 46 # Forget temporary variables 21 47 include comend.smak 48 49 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
