summaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC: typename -> type_name; add ng_copy_meta()Archie Cobbs2000-05-051-0/+1
* MFC: minor prototype tweaksArchie Cobbs2000-04-111-5/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Add a new function ng_findhook() for finding a node's hook;Archie Cobbs1999-12-031-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-5/+21
* Add typedefs for node methodsJulian Elischer1999-11-011-26/+25
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-011-1/+4
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+255