Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/tinet/netapp/tinet_dbg_cons.cfg

    r321 r331  
    22 *  TINET (UDP/IP Protocol Stack)
    33 *
    4  *  Copyright (C) 2001-2009 by Dep. of Computer Science and Engineering
     4 *  Copyright (C) 2001-2017 by Dep. of Computer Science and Engineering
    55 *                   Tomakomai National College of Technology, JAPAN
    66 *
     
    4343/* TCP 受付口 */
    4444
     45#ifdef SUPPORT_INET6
     46
     47#if NUM_VRID_TCP6_REPS >= 1
     48VRID_TCP6_REP (TCP6_RSV_REPID1);
     49#endif
     50
     51#if NUM_VRID_TCP6_REPS >= 2
     52VRID_TCP6_REP (TCP6_RSV_REPID2);
     53#endif
     54
     55#endif  /* of #ifdef SUPPORT_INET6 */
     56
    4557#ifdef SUPPORT_INET4
    4658
    47 #if NUM_VRID_TCP_REPS >= 1
    48 VRID_TCP_REP (TCP_RSV_REPID1);
     59#if NUM_VRID_TCP4_REPS >= 1
     60VRID_TCP_REP (TCP4_RSV_REPID1);
    4961#endif
    5062
    51 #if NUM_VRID_TCP_REPS >= 2
    52 VRID_TCP_REP (TCP_RSV_REPID2);
     63#if NUM_VRID_TCP4_REPS >= 2
     64VRID_TCP_REP (TCP4_RSV_REPID2);
    5365#endif
    5466
    5567#endif  /* of #ifdef SUPPORT_INET4 */
    5668
     69/* TCP 通信端点 */
     70
    5771#ifdef SUPPORT_INET6
    5872
    59 #if NUM_VRID_TCP_REPS >= 1
    60 VRID_TCP6_REP (TCP_RSV_REPID1);
     73#if NUM_VRID_TCP6_CEPS >= 1
     74VRID_TCP6_CEP (TCP6_RSV_CEPID1);
    6175#endif
    6276
    63 #if NUM_VRID_TCP_REPS >= 2
    64 VRID_TCP6_REP (TCP_RSV_REPID2);
     77#if NUM_VRID_TCP6_CEPS >= 2
     78VRID_TCP6_CEP (TCP6_RSV_CEPID2);
     79#endif
     80
     81#if NUM_VRID_TCP6_CEPS >= 3
     82VRID_TCP6_CEP (TCP6_RSV_CEPID3);
     83#endif
     84
     85#if NUM_VRID_TCP6_CEPS >= 4
     86VRID_TCP6_CEP (TCP6_RSV_CEPID4);
    6587#endif
    6688
    6789#endif  /* of #ifdef SUPPORT_INET6 */
    6890
    69 /* TCP 通信端点 */
    70 
    7191#ifdef SUPPORT_INET4
    7292
    73 #if NUM_VRID_TCP_CEPS >= 1
    74 VRID_TCP_CEP (TCP_RSV_CEPID1);
     93#if NUM_VRID_TCP4_CEPS >= 1
     94VRID_TCP_CEP (TCP4_RSV_CEPID1);
    7595#endif
    7696
    77 #if NUM_VRID_TCP_CEPS >= 2
    78 VRID_TCP_CEP (TCP_RSV_CEPID2);
     97#if NUM_VRID_TCP4_CEPS >= 2
     98VRID_TCP_CEP (TCP4_RSV_CEPID2);
    7999#endif
    80100
    81 #if NUM_VRID_TCP_CEPS >= 3
    82 VRID_TCP_CEP (TCP_RSV_CEPID3);
     101#if NUM_VRID_TCP4_CEPS >= 3
     102VRID_TCP_CEP (TCP4_RSV_CEPID3);
    83103#endif
    84104
    85 #if NUM_VRID_TCP_CEPS >= 4
    86 VRID_TCP_CEP (TCP_RSV_CEPID4);
     105#if NUM_VRID_TCP4_CEPS >= 4
     106VRID_TCP_CEP (TCP4_RSV_CEPID4);
    87107#endif
    88108
    89109#endif  /* of #ifdef SUPPORT_INET4 */
    90 
    91 #ifdef SUPPORT_INET6
    92 
    93 #if NUM_VRID_TCP_CEPS >= 1
    94 VRID_TCP6_CEP (TCP_RSV_CEPID1);
    95 #endif
    96 
    97 #if NUM_VRID_TCP_CEPS >= 2
    98 VRID_TCP6_CEP (TCP_RSV_CEPID2);
    99 #endif
    100 
    101 #if NUM_VRID_TCP_CEPS >= 3
    102 VRID_TCP6_CEP (TCP_RSV_CEPID3);
    103 #endif
    104 
    105 #if NUM_VRID_TCP_CEPS >= 4
    106 VRID_TCP6_CEP (TCP_RSV_CEPID4);
    107 #endif
    108 
    109 #endif  /* of #ifdef SUPPORT_INET6 */
    110110
    111111#endif  /* of #ifdef USE_TCP_EXTENTIONS */
     
    115115/* UDP 通信端点 */
    116116
     117#ifdef SUPPORT_INET6
     118
     119#if NUM_VRID_UDP6_CEPS >= 1
     120VRID_UDP6_CEP (UDP6_RSV_CEPID1);
     121#endif
     122
     123#if NUM_VRID_UDP6_CEPS >= 2
     124VRID_UDP6_CEP (UDP6_RSV_CEPID2);
     125#endif
     126
     127#endif  /* of #ifdef SUPPORT_INET6 */
     128
    117129#ifdef SUPPORT_INET4
    118130
    119 #if NUM_VRID_UDP_CEPS >= 1
    120 VRID_UDP_CEP (UDP_RSV_CEPID1);
     131#if NUM_VRID_UDP4_CEPS >= 1
     132VRID_UDP_CEP (UDP4_RSV_CEPID1);
    121133#endif
    122134
    123 #if NUM_VRID_UDP_CEPS >= 2
    124 VRID_UDP_CEP (UDP_RSV_CEPID2);
     135#if NUM_VRID_UDP4_CEPS >= 2
     136VRID_UDP_CEP (UDP4_RSV_CEPID2);
    125137#endif
    126138
    127139#endif  /* of #ifdef SUPPORT_INET4 */
    128140
    129 #ifdef SUPPORT_INET6
    130 
    131 #if NUM_VRID_UDP_CEPS >= 1
    132 VRID_UDP6_CEP (UDP_RSV_CEPID1);
    133 #endif
    134 
    135 #if NUM_VRID_UDP_CEPS >= 2
    136 VRID_UDP6_CEP (UDP_RSV_CEPID2);
    137 #endif
    138 
    139 #endif  /* of #ifdef SUPPORT_INET6 */
    140 
    141141#endif  /* of #ifdef USE_UDP_EXTENTIONS */
    142142
Note: See TracChangeset for help on using the changeset viewer.