LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Mon Jan 28 04:00:38 CET 2008
    Subject: [cvs-checkins] MODIFIED: mlite ...
    Top
    Date: 00/08/01 28:04:00

    Modified: mlite/kernel tcpip.h
    Log:
    Permit IPInit() to set macAddress and name


    Revision Changes Path
    1.13 mlite/kernel/tcpip.h

    http://www.opencores.org/cvsweb.shtml/mlite/kernel/tcpip.h.diff?r1=1.12&r2=1.13

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: tcpip.h
    ===================================================================
    RCS file: /cvsroot/rhoads/mlite/kernel/tcpip.h,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -b -r1.12 -r1.13
    --- tcpip.h 28 Jan 2008 02:42:45 -0000 1.12
    +++ tcpip.h 28 Jan 2008 03:00:38 -0000 1.13
    @@ -78,7 +78,7 @@
    void EthernetTransmit(unsigned char *buffer, int length);

    //tcpip.c
    -void IPInit(IPFuncPtr frameSendFunction);
    +void IPInit(IPFuncPtr frameSendFunction, uint8 macAddress[6], char name[6]);
    IPFrame *IPFrameGet(int freeCount);
    int IPProcessEthernetPacket(IPFrame *frameIn, int length);
    void IPTick(void);



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.