Home
last modified time | relevance | path

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

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