#include <Packet32.h>
Data Fields | |
USHORT | code |
Instruction type and addressing mode. | |
UCHAR | jt |
Jump if true. | |
UCHAR | jf |
Jump if false. | |
int | k |
Generic field used for various purposes. |
bpf_insn contains a single instruction for the BPF register-machine. It is used to send a filter program to the driver.
Definition at line 124 of file Packet32.h.
|
Instruction type and addressing mode.
Definition at line 125 of file Packet32.h. Referenced by bpf_dump(), BPFtoX86(), and daemon_unpackapplyfilter(). |
|
Jump if false.
Definition at line 127 of file Packet32.h. Referenced by bpf_dump(), BPFtoX86(), and daemon_unpackapplyfilter(). |
|
Jump if true.
Definition at line 126 of file Packet32.h. Referenced by bpf_dump(), BPFtoX86(), and daemon_unpackapplyfilter(). |
|
Generic field used for various purposes.
Definition at line 128 of file Packet32.h. Referenced by bpf_dump(), BPFtoX86(), and daemon_unpackapplyfilter(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.