summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_etf.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
|
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-1/+1
| | | | *SIZ constants that include the trailing \0 byte.
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-111-3/+3
| | | | Reviewed by: archie, harti, emax
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+2
| | | | | | | 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
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-301-0/+92
hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001.
OpenPOWER on IntegriCloud