summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/fsm.h
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array forBernd Walter2007-01-051-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-2/+2
* Increase the maximum FSM option length to 50Brian Somers2002-05-221-1/+1
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-19/+39
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-2/+2
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-16/+24
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-2/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-4/+18
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-1/+2
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-3/+4
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-34/+59
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-9/+9
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+4
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-4/+5
| * Remove some more globals:Brian Somers1998-03-241-4/+2
| * o Check the LCP Identifier field for correctness and dropBrian Somers1998-03-201-3/+3
| * Remove more globalsBrian Somers1998-03-131-10/+8
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-7/+13
| * Move our Layer*() FSM callbacks into their own structure.Brian Somers1998-02-241-2/+6
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-2/+9
| * Move some FSM initialisation into FsmInit().Brian Somers1998-02-191-2/+2
| * Isolate fsm callback functionsBrian Somers1998-02-061-11/+16
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-4/+8
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-17/+13
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-4/+4
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-2/+5
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+132
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Allow an optional delay when specifying "set openmode active".Brian Somers1998-01-201-3/+3
* Implement Reset{Req,Ack} properly, as per rfc 1962.Brian Somers1998-01-101-2/+2
* Abstract the CCP layer a level.Brian Somers1997-12-031-1/+2
* Fix prototypes.Brian Somers1997-11-221-3/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-26/+10
* Make the code format more in line with style(9).Brian Somers1997-08-251-36/+35
* Expand the "set stopped" command so that it canBrian Somers1997-08-201-1/+14
* Overhaul ppp:Brian Somers1997-06-091-26/+25
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Final cleanup for now. -Wall is now silent. A couple of bogons found.Poul-Henning Kamp1996-01-111-2/+2
* Compile error occured by missing auth.h/cdefs.hAtsushi Murai1995-02-271-1/+1
* I assume someone had a good reason for breaking this? Try again!Jordan K. Hubbard1995-02-261-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-24/+27
* (no commit message)Atsushi Murai1995-01-311-0/+134