Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dbpflib.c155 bpf_arp_filter(int fd, int type_offset, int type, u_int pkt_size) in bpf_arp_filter() argument
158 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, type_offset), in bpf_arp_filter()
H A Dbpflib.h37 int bpf_arp_filter(int fd, int type_offset, int type, u_int packet_size);