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: Wed Jan 24 20:33:18 CET 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/01 24:20:33

    Modified: jop/java/target/src/common/ejip LinkLayer.java
    Log:
    use LinkLayer.ip


    Revision Changes Path
    1.4 jop/java/target/src/common/ejip/LinkLayer.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/LinkLayer.java.diff?r1=1.3&r2=1.4

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

    Index: LinkLayer.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/LinkLayer.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- LinkLayer.java 15 Jan 2007 01:45:22 -0000 1.3
    +++ LinkLayer.java 24 Jan 2007 19:33:17 -0000 1.4
    @@ -41,15 +41,17 @@
    * LinkLayer driver.
    */
    public abstract class LinkLayer {
    +
    +
    /** Own IP address */
    -// int ip; // own ip address
    -// TODO: use this one instead of the static in CS8900, SLIP, and PPP
    + public int ip; // own ip address
    +// TODO: make ip, gateway, netmask package visible again

    /** */
    - int gateway;
    + public int gateway;

    /** Subnet mask */
    - int netmask;
    + public int netmask;


    public abstract int getIpAddress();



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