aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/link.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-301-0/+1
* Calculate the average link throughput using a counter based on theBrian Somers2000-08-151-4/+5
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-2/+2
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ``show layers'' to see the protocol layering for a link.Brian Somers1999-05-151-1/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-6/+12
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+2
* o Make sure we adjust our min seq and process any outstanding queuedBrian Somers1998-05-231-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* Output the correct protocol id from the physical link-level CCPBrian Somers1998-04-241-2/+2
* Do away with the static struct timeoutArg. Move theBrian Somers1998-04-201-2/+1
* Cosmetic: Clean up warnings.Brian Somers1998-04-181-2/+2
* Deglobalise `struct prompt':Brian Somers1998-04-031-2/+3
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-11/+5
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-5/+3
* Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-1/+3
* Create struct datalink.Brian Somers1998-02-161-2/+2
* o Hook the FSMs into our bundle.Brian Somers1998-02-071-2/+4
* Remove static phys_modemBrian Somers1998-02-061-2/+4
* Create `struct link' - the logical link from whichBrian Somers1998-01-301-0/+70