Lines Matching +full:ascii +full:- +full:based
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
58 for matching packets, a destination hook for non-matching packets,
66 node type, returning zero is considered a non-match, in which case the
67 entire packet is delivered out the non-match destination hook.
81 .Bl -tag -width foo
86 .Bd -literal -offset 4n
103 Matching and non-matching incoming packets are delivered out the hooks named
114 This command takes an ASCII
120 This command takes an ASCII
125 This command takes an ASCII
141 into the ASCII form of a
144 .Bd -literal -offset 4n
153 BPFPROG=$( tcpdump -s 8192 -p -ddd ${PATTERN} | \\
155 echo -n "bpf_prog_len=$len " ; \\
156 echo -n "bpf_prog=[" ; \\
158 echo -n " { code=$code jt=$jt jf=$jf k=$k }" ; \\
168 Based on the previous example, it is possible to prevent a jail (or a VM)
171 .Bd -literal -offset 4n
184 tcpdump -s 8192 -p -ddd ${PATTERN} | (
186 echo -n "bpf_prog_len=$len "
187 echo -n "bpf_prog=["
189 echo -n " { code=$code jt=$jt jf=$jf k=$k }"