]> git.saurik.com Git - apple/network_cmds.git/blob - cfilutil/cfilutil.1
network_cmds-606.40.2.tar.gz
[apple/network_cmds.git] / cfilutil / cfilutil.1
1 .Dd 2/10/14
2 .Dt cfilutil 1
3 .Os Darwin
4 .Sh NAME
5 .Nm cfilutil
6 .Nd Tool to exercise the content filter subsystem.
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl hilqsv
10 .Fl u Ar unit
11 .Op Fl a Ar offset
12 .Op Fl d Ar offset value
13 .Op Fl k Ar increment
14 .Op Fl m Ar length
15 .Op Fl p Ar offset
16 .Op Fl r Ar random
17 .Op Fl t Ar delay
18 .Sh DESCRIPTION
19 Use
20 .Nm
21 to exercise the content filter subsystem.
22 .Pp
23 The flags have the following meaning:
24 .Bl -tag -width -indent
25 .It Fl a Ar offset
26 Auto start filtering with given offset.
27 .It Fl a Ar offset value
28 Default values for offset passin, peekin, passout, peekout, pass or peek.
29 .It Fl h
30 Display this help.
31 .It Fl i
32 Interactive mode.
33 .It Fl k Ar increment
34 Peek mode with increment.
35 .It Fl l
36 Pass loopback traffic.
37 .It Fl m Ar length
38 Maximum dump length.
39 .It Fl p Ar offset
40 Pass mode (all or after given offset if it is > 0).
41 .It Fl q
42 Decrease verbosity.
43 .It Fl r Ar rate
44 Random drop rate.
45 .It Fl s
46 display content filter statistics (all, sock, filt, cfil).
47 .It Fl t Ar delay
48 Pass delay in microseconds.
49 .It Fl u Ar unit
50 NECP filter control unit.
51 .It Fl v
52 Increase verbosity.
53 .El
54 .Pp
55 .Sh SEE ALSO
56 .Xr neutil 1 \" rdar://16115914