A single BPF pseudo-instruction. More...
#include <Packet32.h>
Public Attributes | |
USHORT | code |
Instruction type and addressing mode. More... | |
u_short | code |
UCHAR | jf |
Jump if false. More... | |
u_char | jf |
UCHAR | jt |
Jump if true. More... | |
u_char | jt |
int | k |
Generic field used for various purposes. More... | |
bpf_u_int32 | k |
A single BPF pseudo-instruction.
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 119 of file Packet32.h.
bpf_u_int32 bpf_insn::k |