summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tun.h
Commit message (Collapse)AuthorAgeFilesLines
* The protocol must be in network byte order (OpenBSD only).brian1998-08-261-3/+3
|
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.brian1998-06-271-4/+4
| | | | | | struct tunnel_header is going soon. Suggested by: Theo
* MFMP: Make ppp multilink capable.brian1998-05-211-2/+4
| | | | See the file README.changes, and re-read the man page.
* Add (BSD) copyright headers.brian1997-12-211-2/+26
|
* Add id strings to tun.[ch].brian1997-11-171-0/+4
| | | | Don't try to open ppp.secret if we're never going to use it.
* Abstract data read from and written to the tun device,brian1997-11-161-0/+16
allowing for a possible header on the front of all packets. In OpenBSD, there's a structure containing the address family here. If we're building under OpenBSD, set up the ``flags'' part of struct tuninfo (not there under FreeBSD) so that we config the interface as POINTOPOINT. Prefix prototypes with ``extern'' in os.c for consistency. These changes are cosmetic under FreeBSD, but allow ppp to build & work under OpenBSD (bar the srandomdev() stuff, the inclusing of <net/if_var.h> and some Makefile symantecs).
OpenPOWER on IntegriCloud