aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/link.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-4/+4
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-301-1/+30
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-2/+11
* Calculate the average link throughput using a counter based on theBrian Somers2000-08-151-4/+12
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-25/+28
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-8/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-2/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-2/+2
* Add ``show layers'' to see the protocol layering for a link.Brian Somers1999-05-151-1/+17
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-35/+165
* Avoid a few warnings on the alphaBrian Somers1999-03-311-1/+2
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-2/+1
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-1/+2
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+11
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+2
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-12/+12
* Output the correct protocol id from the physical link-level CCPBrian Somers1998-04-241-1/+2
* o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
* Remove unused includes.Brian Somers1998-04-061-14/+1
* Deglobalise `struct prompt':Brian Somers1998-04-031-6/+6
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-28/+27
* Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
* Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
* Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
* Move the IPCP into struct bundle.Brian Somers1998-03-131-1/+3
* De-staticise LQR informationBrian Somers1998-03-131-1/+2
* Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-1/+2
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-4/+3
* o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-2/+2
* Create struct datalink.Brian Somers1998-02-161-3/+3
* Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-6/+9
* o Hook the FSMs into our bundle.Brian Somers1998-02-071-2/+4
* Move pppVars.physical into the bundle (for the moment).Brian Somers1998-02-061-5/+3
* Remove static phys_modemBrian Somers1998-02-061-1/+7
* Create `struct link' - the logical link from whichBrian Somers1998-01-301-0/+196