Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf_filter.c509 case BPF_LD | BPF_B | BPF_ABS: in bpf_filter()
581 case BPF_LD | BPF_B | BPF_IND: in bpf_filter()
600 case BPF_LDX | BPF_MSH | BPF_B: in bpf_filter()
H A Dbpf.h1171 #define BPF_B 0x10 macro