freebsd-skq/sys/modules/netgraph
ae 7e4a5049a9 New netgraph node ng_patch(4). It performs data modification of packets
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (<<=),
shift right (>>=). Several operations are all applied to a packet
sequentially in order they were specified by user.

Submitted by:	Maxim Ignatenko <gelraen.ua at gmail.com>
		Vadim Goncharov <vadimnuclight at tpu.ru>
Discussed with:	net@
Approved by:	mav (mentor)
MFC after:	1 month
2010-06-09 12:25:57 +00:00
..
async
atm
atmllc
bluetooth
bpf
bridge
car
cisco
deflate
device
echo
eiface
etf
ether
ether_echo
fec
frame_relay
gif
gif_demux
hole
hub
iface
ip_input
ipfw
ksocket
l2tp
lmi
mppc
nat
netflow
netgraph
one2many
patch
pipe
ppp
pppoe
pptpgre
pred1
rfc1490
sample
socket
source
split
sppp
tag
tcpmss
tee
tty
UI
vjc
vlan
Makefile
Makefile.inc