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

Location:
EcnlProtoTool/trunk/musl-1.1.18
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/musl-1.1.18/include/netinet/if_ether.h

    r321 r331  
    1515#define ETH_P_PUP       0x0200
    1616#define ETH_P_PUPAT     0x0201
     17#define ETH_P_TSN       0x22F0
    1718#define ETH_P_IP        0x0800
    1819#define ETH_P_X25       0x0805
     
    5253#define ETH_P_802_EX1   0x88B5
    5354#define ETH_P_TIPC      0x88CA
     55#define ETH_P_MACSEC    0x88E5
    5456#define ETH_P_8021AH    0x88E7
    5557#define ETH_P_MVRP      0x88F5
    5658#define ETH_P_1588      0x88F7
     59#define ETH_P_NCSI      0x88F8
    5760#define ETH_P_PRP       0x88FB
    5861#define ETH_P_FCOE      0x8906
     
    6063#define ETH_P_FIP       0x8914
    6164#define ETH_P_80221     0x8917
     65#define ETH_P_HSR       0x892F
    6266#define ETH_P_LOOPBACK  0x9000
    6367#define ETH_P_QINQ1     0x9100
     
    9397#define ETH_P_IEEE802154 0x00F6
    9498#define ETH_P_CAIF      0x00F7
     99#define ETH_P_XDSA      0x00F8
    95100
    96101struct ethhdr {
Note: See TracChangeset for help on using the changeset viewer.