Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpf_filter.c495 case BPF_LD | BPF_B | BPF_ABS: in bpf_filter()
567 case BPF_LD | BPF_B | BPF_IND: in bpf_filter()
586 case BPF_LDX | BPF_MSH | BPF_B: in bpf_filter()
H A Dbpf.h1349 #define BPF_B 0x10 macro