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/netpacket/packet.h

    r321 r331  
    3333#define PACKET_RX_RING                  5
    3434#define PACKET_STATISTICS               6
     35#define PACKET_COPY_THRESH              7
     36#define PACKET_AUXDATA                  8
     37#define PACKET_ORIGDEV                  9
     38#define PACKET_VERSION                  10
     39#define PACKET_HDRLEN                   11
     40#define PACKET_RESERVE                  12
     41#define PACKET_TX_RING                  13
     42#define PACKET_LOSS                     14
     43#define PACKET_VNET_HDR                 15
     44#define PACKET_TX_TIMESTAMP             16
     45#define PACKET_TIMESTAMP                17
     46#define PACKET_FANOUT                   18
     47#define PACKET_TX_HAS_OFF               19
     48#define PACKET_QDISC_BYPASS             20
     49#define PACKET_ROLLOVER_STATS           21
     50#define PACKET_FANOUT_DATA              22
    3551
    3652#define PACKET_MR_MULTICAST     0
    3753#define PACKET_MR_PROMISC       1
    3854#define PACKET_MR_ALLMULTI      2
     55#define PACKET_MR_UNICAST       3
    3956
    4057#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.