Home
last modified time | relevance | path

Searched refs:BPF_SRC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Dbpf.h210 #define BPF_SRC(code) ((code) & 0x08)
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h384 #define BPF_SRC(code) ((code) & 0x08) macro
/freebsd/sys/net/
H A Dbpf.h312 #define BPF_SRC(code) ((code) & 0x08) macro
/freebsd/contrib/libpcap/
H A Dbpf_filter.c468 if (BPF_SRC(p->code) == BPF_K && p->k == 0) in pcapint_validate_filter()
H A Doptimize.c567 if (BPF_SRC(c) == BPF_X) in atomuse()
1132 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) { in opt_peep()
1142 if (opt_state->vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) { in opt_peep()
1581 if (BPF_SRC(b->s.code) == BPF_K) in opt_blk()