Searched refs:BPF_JUMP (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/tests/ |
| H A D | bpflib.c | 159 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, type, 0, 1), in bpf_arp_filter()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | bpf.h | 1428 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } macro
|