summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* Destroy any existing chat timeouts in datalink_ComeDown()brian1998-08-181-1/+2
* When entering ``term'' mode, don't output any messages untilbrian1998-08-091-3/+11
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-18/+167
* Only start checking carrier when the datalink state machinebrian1998-07-031-2/+4
* The CCP layer now behaves as follows:brian1998-06-301-4/+6
* Remove redundant includesbrian1998-06-271-2/+1
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-2/+3
* o If we come out of select() with only write descriptors thatbrian1998-06-241-4/+7
* Create & use fsm2initial(), a function to bring abrian1998-06-201-17/+6
* Only set the datalink::stayonline flag if webrian1998-06-161-4/+5
* Make `close lcp' just close the LCP layer and not hangup. This isbrian1998-06-151-11/+25
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-121-1/+2
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-11/+12
* o Don't forget to close our transfer socket if we cannotbrian1998-05-281-3/+4
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-251-4/+8
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-4/+1
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-231-2/+4
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+1096
OpenPOWER on IntegriCloud