Home
last modified time | relevance | path

Searched refs:BPF_NEG (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dbpf_filter.c367 case BPF_ALU|BPF_NEG: in pcap_filter_with_aux_data()
462 case BPF_NEG: in pcap_validate_filter()
H A Dbpf_image.c399 case BPF_ALU|BPF_NEG: in bpf_image()
H A Doptimize.c1240 case BPF_ALU|BPF_NEG: in opt_stmt()
1371 else if (op == BPF_NEG) { in opt_stmt()
H A Dgencode.c7722 s = new_stmt(cstate, BPF_ALU|BPF_NEG); in gen_neg()
/dragonfly/contrib/libpcap/pcap/
H A Dbpf.h172 #define BPF_NEG 0x80 macro
/dragonfly/sys/net/
H A Dbpf_filter.c483 case BPF_ALU|BPF_NEG: in bpf_filter()
564 case BPF_NEG: in bpf_validate()
H A Dbpf.h191 #define BPF_NEG 0x80 macro