Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

bpf_program Struct Reference
[Definitions and data structuresDefinitions and data structures]

A BPF pseudo-assembly program. More...

#include <PACKET32.H>

List of all members.

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_insnbf_insns
 A pointer to the first instruction of the program.
u_int bf_len
bpf_insnbf_insns
bpf_insnbf_insns
 A pointer to the first instruction of the program.
bpf_insnbf_insns


Detailed Description

A BPF pseudo-assembly program.

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.


Member Data Documentation

struct bpf_insn* bpf_program::bf_insns
 

Definition at line 91 of file pcap-bpf.h.

struct bpf_insn* bpf_program::bf_insns
 

A pointer to the first instruction of the program.

Definition at line 126 of file Packet32.h.

struct bpf_insn* bpf_program::bf_insns
 

Definition at line 76 of file Bpf.h.

struct bpf_insn* bpf_program::bf_insns
 

A pointer to the first instruction of the program.

Definition at line 100 of file PACKET32.H.

u_int bpf_program::bf_len
 

Definition at line 90 of file pcap-bpf.h.

u_int bpf_program::bf_len
 

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.


The documentation for this struct was generated from the following files:
Generated on Sun May 14 14:51:32 2006 by  doxygen 1.4.2