Changeset 353


Ignore:
Timestamp:
Jul 11, 2003, 1:12:38 PM (22 years ago)
Author:
bird
Message:

#434: Separate tcpipv4 and tcpipv5 libraries.

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 to 1.2
    r352 r353  
    11/* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */
    22
     3
    34#include <stdio.h>
    45#include <sys/types.h>
  • trunk/src/emx/src/lib/socket/socket.imp

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r352 r353  
    11;$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 
    1062
    1073;
     
    1106; -------- tcpip32.lib --------
    1117accept                  tcpip32    1 ?
     8
    1129bind                    tcpip32    2 ?
     10
    11311connect                 tcpip32    3 ?
     12
    11413gethostid               tcpip32    4 ?
     14
    11515getpeername             tcpip32    5 ?
     16
    11617getsockname             tcpip32    6 ?
     18
    11719getsockopt              tcpip32    7 ?
     20
    11821so_ioctl                tcpip32    8 ?
     22
    11923listen                  tcpip32    9 ?
     24
    12025recv                    tcpip32   10 ?
     26
    12127recvfrom                tcpip32   11 ?
     28
    12229os2_select              tcpip32   12 ?
     30
    12331send                    tcpip32   13 ?
     32
    12433sendto                  tcpip32   14 ?
     34
    12535setsockopt              tcpip32   15 ?
     36
    12637socket                  tcpip32   16 ?
     38
    12739soclose                 tcpip32   17 ?
     40
    12841so_cancel               tcpip32   18 ?
     42
    12943soabort                 tcpip32   19 ?
     44
    13045sock_errno              tcpip32   20 ?
     46
    13147recvmsg                 tcpip32   21 ?
     48
    13249sendmsg                 tcpip32   22 ?
     50
    13351so_readv                tcpip32   23 ?
     52
    13453so_writev               tcpip32   24 ?
     54
    13555shutdown                tcpip32   25 ?
     56
    13657sock_init               tcpip32   26 ?
     58
    13759addsockettolist         tcpip32   27 ?
     60
    13861removesocketfromlist    tcpip32   28 ?
     62
    13963cleanupsockets          tcpip32   29 ?
     64
    14065psock_errno             tcpip32   30 ?
     66
    14167getinetversion          tcpip32   31 ?
     68
    14269bsdselect               tcpip32   32 ?
     70
    14371set_errno               tcpip32   35 ?
     72
    14473winsockcleanupsockets   tcpip32   38 ?
     74
    14575gettimeofday            tcpip32  102 ?
     76
    14677inet_addr               tcpip32  105 ?
     78
    14779inet_lnaof              tcpip32  106 ?
     80
    14881inet_netof              tcpip32  107 ?
     82
    14983inet_makeaddr           tcpip32  108 ?
     84
    15085inet_network            tcpip32  109 ?
     86
    15187inet_ntoa               tcpip32  110 ?
     88
    15289gethostbyname           tcpip32  111 ?
     90
    15391gethostbyaddr           tcpip32  112 ?
     92
    15493getnetbyname            tcpip32  113 ?
     94
    15595getnetbyaddr            tcpip32  114 ?
     96
    15697setnetent               tcpip32  115 ?
     98
    15799endnetent               tcpip32  116 ?
     100
    158101getnetent               tcpip32  117 ?
     102
    159103setprotoent             tcpip32  118 ?
     104
    160105endprotoent             tcpip32  119 ?
     106
    161107getprotoent             tcpip32  120 ?
     108
    162109getprotobyname          tcpip32  121 ?
     110
    163111getprotobynumber        tcpip32  122 ?
     112
    164113getservbyport           tcpip32  123 ?
     114
    165115getservbyname           tcpip32  124 ?
     116
    166117setservent              tcpip32  125 ?
     118
    167119endservent              tcpip32  126 ?
     120
    168121getservent              tcpip32  127 ?
     122
    169123sethostent              tcpip32  128 ?
     124
    170125endhostent              tcpip32  129 ?
     126
    171127gethostent              tcpip32  130 ?
     128
    172129__dn_expand             tcpip32  131 ?
     130
    173131__dn_comp               tcpip32  132 ?
     132
    174133__dn_skipname           tcpip32  133 ?
     134
    175135dn_find                 tcpip32  134 ?
     136
    176137_getshort               tcpip32  135 ?
     138
    177139_getlong                tcpip32  136 ?
     140
    178141__putshort              tcpip32  137 ?
     142
    179143__putlong               tcpip32  138 ?
     144
    180145__res_init              tcpip32  139 ?
     146
    181147__res_mkquery           tcpip32  140 ?
     148
    182149__res_send              tcpip32  141 ?
     150
    183151_ress                   tcpip32  143 ?
     152
    184153gethostname             tcpip32  144 ?
     154
    185155rexec                   tcpip32  145 ?
     156
    186157tcp_h_errno1            tcpip32  151 ?
     158
    187159__res_search            tcpip32  152 ?
     160
    188161__res_query             tcpip32  153 ?
     162
    189163__res_querydomain       tcpip32  154 ?
     164
    190165Raccept                 tcpip32  156 ?
     166
    191167Rbind                   tcpip32  157 ?
     168
    192169Rconnect                tcpip32  158 ?
     170
    193171Rgetsockname            tcpip32  159 ?
     172
    194173Rlisten                 tcpip32  160 ?
     174
    195175Rgethostbyname          tcpip32  161 ?
     176
    196177os2_ioctl               tcpip32  200 ?
     178
    197179__TCPFDIsSet            tcpip32  201 ?
     180
    198181conv_sockaddr_parms     tcpip32  202 ?
     182
    199183htonl                   tcpip32  203 ?
     184
    200185ntohl                   tcpip32  204 ?
     186
    201187htons                   tcpip32  205 ?
     188
    202189ntohs                   tcpip32  206 ?
     190
    203191sysctl                  tcpip32  207 ?
     192
    204193herror                  tcpip32  208 ?
     194
    205195hstrerror               tcpip32  209 ?
     196
    206197__p_class_syms          tcpip32  211 ?
     198
    207199__p_type_syms           tcpip32  212 ?
     200
    208201__res_hnok              tcpip32  213 ?
     202
    209203__res_ownok             tcpip32  214 ?
     204
    210205__res_mailok            tcpip32  215 ?
     206
    211207__res_dnok              tcpip32  216 ?
     208
    212209__sym_ston              tcpip32  217 ?
     210
    213211__sym_ntos              tcpip32  218 ?
     212
    214213__sym_ntop              tcpip32  219 ?
     214
    215215__b64_ntop              tcpip32  220 ?
     216
    216217__B64_PTOn              tcpip32  221 ?
     218
    217219__b64_pton              tcpip32  221 ?
     220
    218221__loc_aton              tcpip32  222 ?
     222
    219223__loc_ntoa              tcpip32  223 ?
     224
    220225__fp_resstat            tcpip32  224 ?
     226
    221227__fp_query              tcpip32  225 ?
     228
    222229__fp_nquery             tcpip32  226 ?
     230
    223231__hostalias             tcpip32  227 ?
     232
    224233__p_class               tcpip32  228 ?
     234
    225235__p_time                tcpip32  229 ?
     236
    226237__p_type                tcpip32  230 ?
     238
    227239__p_query               tcpip32  231 ?
     240
    228241__p_cdnname             tcpip32  232 ?
     242
    229243__p_cdname              tcpip32  233 ?
     244
    230245__p_fqnname             tcpip32  234 ?
     246
    231247__p_fqname              tcpip32  235 ?
     248
    232249__p_rr                  tcpip32  236 ?
     250
    233251__p_option              tcpip32  237 ?
     252
    234253__p_secstodate          tcpip32  238 ?
     254
    235255__dn_count_labels       tcpip32  239 ?
     256
    236257__res_randomid          tcpip32  240 ?
     258
    237259__res_isourserver       tcpip32  241 ?
     260
    238261__res_nameinquery       tcpip32  242 ?
     262
    239263__res_queriesmatch      tcpip32  243 ?
     264
    240265__res_close             tcpip32  244 ?
     266
    241267gethostbyname2          tcpip32  245 ?
     268
    242269inet_aton               tcpip32  246 ?
     270
    243271inet_neta               tcpip32  247 ?
     272
    244273inet_net_ntop           tcpip32  248 ?
     274
    245275inet_net_pton           tcpip32  249 ?
     276
    246277inet_pton               tcpip32  250 ?
     278
    247279inet_ntop               tcpip32  251 ?
     280
    248281inet_nsap_addr          tcpip32  252 ?
     282
    249283inet_nsap_ntoa          tcpip32  253 ?
     284
    250285socketpair              tcpip32  254 ?
     286
    251287sock_strerror           tcpip32  255 ?
     288
    252289accept_and_recv         tcpip32  256 ?
     290
    253291send_file               tcpip32  257 ?
     292
    254293kernchkacc              tcpip32  300 ?
     294
    255295convert16to32bitaddr    tcpip32  301 ?
     296
    256297socketmain              tcpip32  302 ?
     298
    257299
  • trunk/src/emx/src/lib/socket/socket.smak

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r352 r353  
    33.MODULE := libsocket
    44.MDESC  := The socket library
    5 .MDEP   := emxomf emximp
     5_MDIRS  := $.aout/tcpipv4 $.aout-prof/tcpipv4
     6.MDEP   := emxomf emximp $(_MDIRS)
     7TARGDIRS += $(_MDIRS)
    68
    79.TARGET := libsocket_p.a
    810.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)
    1112.IMPS   := src/lib/socket/socket.imp
    12 .INSDIR = lib/
     13.INSDIR = lib/
    1314.TKEEP  := 1
    1415include mkimplib.smak
     
    1617.TARGET := libsocket.a
    1718.TKIND  := aout
     19
     20
     21
     22
    1823include mkimplib.smak
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
    1945
    2046# Forget temporary variables
    2147include comend.smak
     48
     49
  • trunk/src/emx/src/libsocket/herror.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r352 r353  
    11/* herror.c (emx+gcc) -- Copyright (c) 1994 by Eberhard Mattes */
    22
     3
    34#include <stdio.h>
    45#include <sys/types.h>
  • trunk/src/emx/src/libsocket/socket.imp

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r352 r353  
    11;$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 
    1062
    1073;
     
    1106; -------- tcpip32.lib --------
    1117accept                  tcpip32    1 ?
     8
    1129bind                    tcpip32    2 ?
     10
    11311connect                 tcpip32    3 ?
     12
    11413gethostid               tcpip32    4 ?
     14
    11515getpeername             tcpip32    5 ?
     16
    11617getsockname             tcpip32    6 ?
     18
    11719getsockopt              tcpip32    7 ?
     20
    11821so_ioctl                tcpip32    8 ?
     22
    11923listen                  tcpip32    9 ?
     24
    12025recv                    tcpip32   10 ?
     26
    12127recvfrom                tcpip32   11 ?
     28
    12229os2_select              tcpip32   12 ?
     30
    12331send                    tcpip32   13 ?
     32
    12433sendto                  tcpip32   14 ?
     34
    12535setsockopt              tcpip32   15 ?
     36
    12637socket                  tcpip32   16 ?
     38
    12739soclose                 tcpip32   17 ?
     40
    12841so_cancel               tcpip32   18 ?
     42
    12943soabort                 tcpip32   19 ?
     44
    13045sock_errno              tcpip32   20 ?
     46
    13147recvmsg                 tcpip32   21 ?
     48
    13249sendmsg                 tcpip32   22 ?
     50
    13351so_readv                tcpip32   23 ?
     52
    13453so_writev               tcpip32   24 ?
     54
    13555shutdown                tcpip32   25 ?
     56
    13657sock_init               tcpip32   26 ?
     58
    13759addsockettolist         tcpip32   27 ?
     60
    13861removesocketfromlist    tcpip32   28 ?
     62
    13963cleanupsockets          tcpip32   29 ?
     64
    14065psock_errno             tcpip32   30 ?
     66
    14167getinetversion          tcpip32   31 ?
     68
    14269bsdselect               tcpip32   32 ?
     70
    14371set_errno               tcpip32   35 ?
     72
    14473winsockcleanupsockets   tcpip32   38 ?
     74
    14575gettimeofday            tcpip32  102 ?
     76
    14677inet_addr               tcpip32  105 ?
     78
    14779inet_lnaof              tcpip32  106 ?
     80
    14881inet_netof              tcpip32  107 ?
     82
    14983inet_makeaddr           tcpip32  108 ?
     84
    15085inet_network            tcpip32  109 ?
     86
    15187inet_ntoa               tcpip32  110 ?
     88
    15289gethostbyname           tcpip32  111 ?
     90
    15391gethostbyaddr           tcpip32  112 ?
     92
    15493getnetbyname            tcpip32  113 ?
     94
    15595getnetbyaddr            tcpip32  114 ?
     96
    15697setnetent               tcpip32  115 ?
     98
    15799endnetent               tcpip32  116 ?
     100
    158101getnetent               tcpip32  117 ?
     102
    159103setprotoent             tcpip32  118 ?
     104
    160105endprotoent             tcpip32  119 ?
     106
    161107getprotoent             tcpip32  120 ?
     108
    162109getprotobyname          tcpip32  121 ?
     110
    163111getprotobynumber        tcpip32  122 ?
     112
    164113getservbyport           tcpip32  123 ?
     114
    165115getservbyname           tcpip32  124 ?
     116
    166117setservent              tcpip32  125 ?
     118
    167119endservent              tcpip32  126 ?
     120
    168121getservent              tcpip32  127 ?
     122
    169123sethostent              tcpip32  128 ?
     124
    170125endhostent              tcpip32  129 ?
     126
    171127gethostent              tcpip32  130 ?
     128
    172129__dn_expand             tcpip32  131 ?
     130
    173131__dn_comp               tcpip32  132 ?
     132
    174133__dn_skipname           tcpip32  133 ?
     134
    175135dn_find                 tcpip32  134 ?
     136
    176137_getshort               tcpip32  135 ?
     138
    177139_getlong                tcpip32  136 ?
     140
    178141__putshort              tcpip32  137 ?
     142
    179143__putlong               tcpip32  138 ?
     144
    180145__res_init              tcpip32  139 ?
     146
    181147__res_mkquery           tcpip32  140 ?
     148
    182149__res_send              tcpip32  141 ?
     150
    183151_ress                   tcpip32  143 ?
     152
    184153gethostname             tcpip32  144 ?
     154
    185155rexec                   tcpip32  145 ?
     156
    186157tcp_h_errno1            tcpip32  151 ?
     158
    187159__res_search            tcpip32  152 ?
     160
    188161__res_query             tcpip32  153 ?
     162
    189163__res_querydomain       tcpip32  154 ?
     164
    190165Raccept                 tcpip32  156 ?
     166
    191167Rbind                   tcpip32  157 ?
     168
    192169Rconnect                tcpip32  158 ?
     170
    193171Rgetsockname            tcpip32  159 ?
     172
    194173Rlisten                 tcpip32  160 ?
     174
    195175Rgethostbyname          tcpip32  161 ?
     176
    196177os2_ioctl               tcpip32  200 ?
     178
    197179__TCPFDIsSet            tcpip32  201 ?
     180
    198181conv_sockaddr_parms     tcpip32  202 ?
     182
    199183htonl                   tcpip32  203 ?
     184
    200185ntohl                   tcpip32  204 ?
     186
    201187htons                   tcpip32  205 ?
     188
    202189ntohs                   tcpip32  206 ?
     190
    203191sysctl                  tcpip32  207 ?
     192
    204193herror                  tcpip32  208 ?
     194
    205195hstrerror               tcpip32  209 ?
     196
    206197__p_class_syms          tcpip32  211 ?
     198
    207199__p_type_syms           tcpip32  212 ?
     200
    208201__res_hnok              tcpip32  213 ?
     202
    209203__res_ownok             tcpip32  214 ?
     204
    210205__res_mailok            tcpip32  215 ?
     206
    211207__res_dnok              tcpip32  216 ?
     208
    212209__sym_ston              tcpip32  217 ?
     210
    213211__sym_ntos              tcpip32  218 ?
     212
    214213__sym_ntop              tcpip32  219 ?
     214
    215215__b64_ntop              tcpip32  220 ?
     216
    216217__B64_PTOn              tcpip32  221 ?
     218
    217219__b64_pton              tcpip32  221 ?
     220
    218221__loc_aton              tcpip32  222 ?
     222
    219223__loc_ntoa              tcpip32  223 ?
     224
    220225__fp_resstat            tcpip32  224 ?
     226
    221227__fp_query              tcpip32  225 ?
     228
    222229__fp_nquery             tcpip32  226 ?
     230
    223231__hostalias             tcpip32  227 ?
     232
    224233__p_class               tcpip32  228 ?
     234
    225235__p_time                tcpip32  229 ?
     236
    226237__p_type                tcpip32  230 ?
     238
    227239__p_query               tcpip32  231 ?
     240
    228241__p_cdnname             tcpip32  232 ?
     242
    229243__p_cdname              tcpip32  233 ?
     244
    230245__p_fqnname             tcpip32  234 ?
     246
    231247__p_fqname              tcpip32  235 ?
     248
    232249__p_rr                  tcpip32  236 ?
     250
    233251__p_option              tcpip32  237 ?
     252
    234253__p_secstodate          tcpip32  238 ?
     254
    235255__dn_count_labels       tcpip32  239 ?
     256
    236257__res_randomid          tcpip32  240 ?
     258
    237259__res_isourserver       tcpip32  241 ?
     260
    238261__res_nameinquery       tcpip32  242 ?
     262
    239263__res_queriesmatch      tcpip32  243 ?
     264
    240265__res_close             tcpip32  244 ?
     266
    241267gethostbyname2          tcpip32  245 ?
     268
    242269inet_aton               tcpip32  246 ?
     270
    243271inet_neta               tcpip32  247 ?
     272
    244273inet_net_ntop           tcpip32  248 ?
     274
    245275inet_net_pton           tcpip32  249 ?
     276
    246277inet_pton               tcpip32  250 ?
     278
    247279inet_ntop               tcpip32  251 ?
     280
    248281inet_nsap_addr          tcpip32  252 ?
     282
    249283inet_nsap_ntoa          tcpip32  253 ?
     284
    250285socketpair              tcpip32  254 ?
     286
    251287sock_strerror           tcpip32  255 ?
     288
    252289accept_and_recv         tcpip32  256 ?
     290
    253291send_file               tcpip32  257 ?
     292
    254293kernchkacc              tcpip32  300 ?
     294
    255295convert16to32bitaddr    tcpip32  301 ?
     296
    256297socketmain              tcpip32  302 ?
     298
    257299
  • trunk/src/emx/src/libsocket/socket.smak

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r352 r353  
    33.MODULE := libsocket
    44.MDESC  := The socket library
    5 .MDEP   := emxomf emximp
     5_MDIRS  := $.aout/tcpipv4 $.aout-prof/tcpipv4
     6.MDEP   := emxomf emximp $(_MDIRS)
     7TARGDIRS += $(_MDIRS)
    68
    79.TARGET := libsocket_p.a
    810.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)
    1112.IMPS   := src/lib/socket/socket.imp
    12 .INSDIR = lib/
     13.INSDIR = lib/
    1314.TKEEP  := 1
    1415include mkimplib.smak
     
    1617.TARGET := libsocket.a
    1718.TKIND  := aout
     19
     20
     21
     22
    1823include mkimplib.smak
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
    1945
    2046# Forget temporary variables
    2147include comend.smak
     48
     49
Note: See TracChangeset for help on using the changeset viewer.