#include <PACKET32.H>
Public Attributes | |
| 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. | |
| u_short | code |
| u_char | jt |
| u_char | jf |
| bpf_int32 | k |
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 108 of file PACKET32.H.
|
|
Definition at line 656 of file pcap-bpf.h. |
|
|
Instruction type and addressing mode.
Definition at line 656 of file pcap-bpf.h. |
|
|
Definition at line 658 of file pcap-bpf.h. |
|
|
Jump if false.
Definition at line 658 of file pcap-bpf.h. |
|
|
Definition at line 657 of file pcap-bpf.h. |
|
|
Jump if true.
Definition at line 657 of file pcap-bpf.h. |
|
|
Definition at line 659 of file pcap-bpf.h. |
|
|
Generic field used for various purposes.
Definition at line 659 of file pcap-bpf.h. |
1.4.2