Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/net/
H A Dbpf.h216 #define BIOCSETF _IOW('B',103, struct bpf_program) macro