summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in a comment.ru2005-02-121-1/+1
|
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
|
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-6/+6
| | | | *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
* 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