Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 1998 18:24:32 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp bundle.c bundle.h ccp.c ccp.h command.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h main.c modem.c physical.h
Message-ID:  <199802060224.SAA21831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/05 18:24:32 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h ccp.c ccp.h command.c 
                         fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h 
                         main.c modem.c physical.h 
  Log:
  Isolate fsm callback functions
  Derive {lcp,ipcp,ccp}state structures from struct fsm
  where convenient.
  Create bundle_Down() and remove LcpDown()
  
  Revision  Changes    Path
  1.1.2.4   +12 -1     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.5   +3 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.6  +63 -64    src/usr.sbin/ppp/ccp.c
  1.14.2.6  +3 -2      src/usr.sbin/ppp/ccp.h
  1.131.2.10 +2 -2      src/usr.sbin/ppp/command.c
  1.27.2.7  +44 -38    src/usr.sbin/ppp/fsm.c
  1.16.2.5  +16 -11    src/usr.sbin/ppp/fsm.h
  1.50.2.8  +71 -75    src/usr.sbin/ppp/ipcp.c
  1.18.2.9  +3 -2      src/usr.sbin/ppp/ipcp.h
  1.55.2.10 +78 -82    src/usr.sbin/ppp/lcp.c
  1.16.2.5  +3 -2      src/usr.sbin/ppp/lcp.h
  1.121.2.10 +9 -9      src/usr.sbin/ppp/main.c
  1.77.2.8  +9 -5      src/usr.sbin/ppp/modem.c
  1.1.2.5   +2 -1      src/usr.sbin/ppp/Attic/physical.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802060224.SAA21831>