#include <PACKET32.H>
Public Attributes | |
UINT | bf_len |
Indicates the number of instructions of the program, i.e. the number of struct bpf_insn that will follow. | |
bpf_insn * | bf_insns |
A pointer to the first instruction of the program. | |
u_int | bf_len |
bpf_insn * | bf_insns |
bpf_insn * | bf_insns |
A pointer to the first instruction of the program. | |
bpf_insn * | bf_insns |
The program will be injected in the kernel by the PacketSetBPF() function and applied to every incoming packet.
Definition at line 98 of file PACKET32.H.
|
Definition at line 91 of file pcap-bpf.h. |
|
A pointer to the first instruction of the program.
Definition at line 126 of file Packet32.h. |
|
|
|
A pointer to the first instruction of the program.
Definition at line 100 of file PACKET32.H. |
|
Definition at line 90 of file pcap-bpf.h. |
|
Indicates the number of instructions of the program, i.e. the number of struct bpf_insn that will follow.
Definition at line 90 of file pcap-bpf.h. |