Home
last modified time | relevance | path

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

/openbsd/src/lib/libpcap/
Dbpf_image.c269 case BPF_MISC|BPF_TAX: in bpf_image()
274 case BPF_MISC|BPF_TXA: in bpf_image()
Doptimize.c375 case BPF_MISC: in atomuse()
408 case BPF_MISC: in atomdef()
663 next->s.code = BPF_MISC|BPF_TAX; in opt_peep()
670 next->s.code == (BPF_MISC|BPF_TAX)) { in opt_peep()
672 next->s.code = BPF_MISC|BPF_TXA; in opt_peep()
699 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX)) in opt_peep()
969 s->code = BPF_MISC|BPF_TXA; in opt_stmt()
988 case BPF_MISC|BPF_TXA: in opt_stmt()
1002 case BPF_MISC|BPF_TAX: in opt_stmt()
Dgencode.c1921 s[i] = new_stmt(BPF_MISC|BPF_TXA); in gen_protochain()
1932 s[i] = new_stmt(BPF_MISC|BPF_TAX); in gen_protochain()
1959 s[i] = new_stmt(BPF_MISC|BPF_TAX); in gen_protochain()
2001 s[i - 1]->s.jt = s[i] = new_stmt(BPF_MISC|BPF_TXA); in gen_protochain()
2012 s[i] = new_stmt(BPF_MISC|BPF_TAX); in gen_protochain()
2039 s[i] = new_stmt(BPF_MISC|BPF_TAX); in gen_protochain()
2682 sappend(s, new_stmt(BPF_MISC|BPF_TAX)); in gen_load()
2706 sappend(s, new_stmt(BPF_MISC|BPF_TAX)); in gen_load()
/openbsd/src/sys/net/
Dbpf_filter.c365 case BPF_MISC|BPF_TAX: in _bpf_filter()
369 case BPF_MISC|BPF_TXA: in _bpf_filter()
478 case BPF_MISC: in bpf_validate()
Dbpf.h231 #define BPF_MISC 0x07 macro