summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipcp.h
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-53/+8
* If the peer sends a REQ without the IPADDR option, only reject itBrian Somers2001-07-281-0/+1
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-16/+24
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYBrian Somers2000-06-081-0/+3
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-0/+13
* We don't need a queue for *CP data - these are IP-only queues.Brian Somers1999-09-071-1/+1
* Introduce a forth IP packet queue. Urgent packets withBrian Somers1999-09-071-8/+29
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-2/+2
* Correct some ntohl/htonl bogons in the netmask handling.Brian Somers1999-03-031-9/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-2/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-3/+14
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-261-1/+4
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-4/+1
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-43/+74
|\
| * Don't accept IPCP packets before NETWORK phase.Brian Somers1998-05-211-2/+2
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+2
| * Create `struct sticky_route'.Brian Somers1998-05-051-1/+4
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-6/+6
| * o Add ipcp_SetLink() for attaching IPCP to the correct link, andBrian Somers1998-04-231-2/+3
| * Support client side DNS server negotiation, disabledBrian Somers1998-04-171-5/+8
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-3/+6
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+5
| * `int var : 1' -> `unsigned var : 1'.Brian Somers1998-04-051-4/+4
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-1/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+7
| * Remove more globalsBrian Somers1998-03-131-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-6/+4
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-4/+3
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-23/+25
| * o Add bundle_Destroy().Brian Somers1998-02-081-1/+2
| * Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp.Brian Somers1998-02-081-4/+4
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-1/+4
| * Isolate fsm callback functionsBrian Somers1998-02-061-2/+3
| * Cosmetic: Merge the `show vj' command into `show ipcp'Brian Somers1998-02-021-2/+1
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-3/+3
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-2/+4
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-2/+2
| * Null commit: I managed to ^c the last commit before the mailBrian Somers1998-01-301-1/+1
| * Index: ipcp.hBrian Somers1998-01-301-6/+1
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-23/+31
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-2/+2
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+83
* Allow "set vj" for changing the default number of slotsBrian Somers1998-01-181-1/+3
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-5/+5
* o Allow the use of HISADDR as the first arg to "add".Brian Somers1998-01-051-2/+3