Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dbpflib.c158 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, type_offset), in bpf_arp_filter()
/xnu-11215.1.10/bsd/net/
H A Dbpf_filter.c490 case BPF_LD | BPF_H | BPF_ABS: in bpf_filter()
561 case BPF_LD | BPF_H | BPF_IND: in bpf_filter()
H A Dbpf.h1376 #define BPF_H 0x08 macro