Home
last modified time | relevance | path

Searched refs:BPF_H (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tests/
H A Dbpflib.c135 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, type_offset), in bpf_arp_filter()
/xnu-8019.80.24/bsd/net/
H A Dbpf_filter.c476 case BPF_LD | BPF_H | BPF_ABS: in bpf_filter()
547 case BPF_LD | BPF_H | BPF_IND: in bpf_filter()
H A Dbpf.h1275 #define BPF_H 0x08 macro