summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanbrian2004-09-051-3/+3
* Remove unused calls to inet_addr()brian2002-07-181-1/+0
* o Clean up some #includesbrian2002-05-141-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-0/+1
* Detect if a udp socket on STDIN_FILENO is connected by callingbrian2002-01-231-7/+16
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-1/+1
* socket's first argument is an address family, not a protocol family.brian2002-01-161-1/+1
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-0/+1
* Use fstat to check if descriptor 0 is a socket.brian2001-01-141-15/+26
* Handle being given a connect()ed udp descriptor as stdin ratherbrian2000-11-071-10/+31
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-0/+3
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-1/+1
* Support PPPoEbrian1999-11-061-4/+7
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-2/+2
* Correct the way ppp transfers links on the server side in MPbrian1999-06-051-4/+25
* Correct the ``ignoring sync/async'' warnings so that they showbrian1999-05-241-12/+8
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-0/+269
OpenPOWER on IntegriCloud