Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dbpflib.c128 return ioctl(fd, BIOCSETF, &prog); in bpf_filter_receive_none()
144 return ioctl(fd, BIOCSETF, &prog); in bpf_arp_filter()
/xnu-8019.80.24/bsd/net/
H A Dbpf.h203 #define BIOCSETF _IOW('B',103, struct bpf_program) macro