Searched refs:BPF_DIV (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libpcap/
H A Dbpf_image.c199 case BPF_ALU|BPF_DIV|BPF_X:
239 case BPF_ALU|BPF_DIV|BPF_K:
H A Doptimize.c583 case BPF_DIV:
906 case BPF_ALU|BPF_DIV|BPF_K:
938 case BPF_ALU|BPF_DIV|BPF_X:
973 else if (op == BPF_MUL || op == BPF_DIV ||
H A Dgrammar.y418 | arth '/' arth { $$ = gen_arth(BPF_DIV, $1, $3); }
/openbsd-current/sys/net/
H A Dbpf_filter.c307 case BPF_ALU|BPF_DIV|BPF_X:
341 case BPF_ALU|BPF_DIV|BPF_K:
443 case BPF_DIV:
H A Dbpf.h251 #define BPF_DIV 0x30 macro

Completed in 179 milliseconds