Searched refs:BPF_MAXINSNS (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h84 #define BPF_MAXINSNS 512 macro
H A Dbpf-ipf.h68 #define BPF_MAXINSNS 512 macro
H A Dbpf_filter.c491 if (len < 1 || len > BPF_MAXINSNS)
561 * BPF_MAXINSNS, and we assume that BPF_MAXINSNS
565 * We know that len is <= BPF_MAXINSNS, and we
566 * assume that BPF_MAXINSNS is < the maximum size
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c560 if (len > BPF_MAXINSNS)
638 * BPF_MAXINSNS, and we assume that BPF_MAXINSNS
642 * We know that len is <= BPF_MAXINSNS, and we
643 * assume that BPF_MAXINSNS is < the maximum size
647 * or len are <= BPF_MAXINSNS, but we know that
/freebsd-10.0-release/sys/net/
H A Dbpf.h58 #define BPF_MAXINSNS 512 macro
H A Dbpf.c171 int bpf_maxinsns = BPF_MAXINSNS;

Completed in 155 milliseconds