aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-3/+1
| | | | | | | | | | simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field. MFC after: 2 weeks Notes: svn path=/head/; revision=97685
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
| | | | | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow.. Notes: svn path=/head/; revision=67506
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-101-4/+4
| | | | Notes: svn path=/head/; revision=64508
* Show how to supply a struct ng_cmdlist for (de)asciificationArchie Cobbs1999-12-011-0/+15
| | | | | | | | | of control messages. Suggested by: julian Notes: svn path=/head/; revision=53997
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+75
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419