summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-2/+3
* Use IFT_PPP from net/if_types.h rather than hard-coding it.Brian Somers1998-08-091-2/+3
* Remove redundant includesBrian Somers1998-06-271-3/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-14/+24
|\
| * Categorize the fields in struct bundle, and make the tunnelBrian Somers1998-05-061-5/+4
| * o Use a tun speed of 115200 for each network link.Brian Somers1998-05-051-1/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+2
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-1/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
| * Remove unused includes.Brian Somers1998-04-061-8/+1
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-3/+1
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+5
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-1/+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/+4
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Force IPCP back to initial in bundle_Close().Brian Somers1998-03-021-1/+2
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-1/+2
| * o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-1/+2
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-3/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+66
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Lose <net/if_var.h> !Brian Somers1998-01-111-4/+1
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-3/+6
* Add id strings to tun.[ch].Brian Somers1997-11-171-0/+4
* Abstract data read from and written to the tun device,Brian Somers1997-11-161-0/+39