Home
last modified time | relevance | path

Searched refs:BPF_MISCOP (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dbpf.h272 #define BPF_MISCOP(code) ((code) & 0xf8) macro
/openbsd/lib/libpcap/
H A Doptimize.c376 return BPF_MISCOP(c) == BPF_TXA ? X_ATOM : A_ATOM; in atomuse()
409 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; in atomdef()