#include <Packet32.h>
Data Fields | |
USHORT | code |
Instruction type and addressing mode. More... | |
UCHAR | jt |
Jump if true. More... | |
UCHAR | jf |
Jump if false. More... | |
int | k |
Generic field used for various purposes. More... |
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 113 of file Packet32.h.
|
Instruction type and addressing mode.
Definition at line 114 of file Packet32.h. |
|
Jump if false.
Definition at line 116 of file Packet32.h. |
|
Jump if true.
Definition at line 115 of file Packet32.h. |
|
Generic field used for various purposes.
Definition at line 117 of file Packet32.h. |
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.