summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.h
Commit message (Collapse)AuthorAgeFilesLines
* Declare a variable sized array within a structure using [] rather than [0]alfred2002-06-011-1/+1
| | | | to silence warnings.
* 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
* Fix cut and paste error in a comment.julian2001-01-301-1/+1
| | | | Submitted by: Peter Wemm <peter@freebsd.org>
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
| | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-6/+6
|
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requirearchie1999-12-061-2/+2
| | | | a structure pointer, just the number of BPF instructions.
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-0/+106
apply bpf(4) filters to data travelling through a netgraph network.
OpenPOWER on IntegriCloud