Searched refs:BIOCSDIRFILT (Results 1 – 5 of 5) sorted by relevance
121 #define BIOCSDIRFILT _IOW('B',125, u_int) macro
1071 case BIOCSDIRFILT: /* set direction filter */ in bpfioctl()
202 if (ioctl(info->rfdesc, BIOCSDIRFILT , &flag) == -1) in if_register_receive()
201 if (ioctl(fd, BIOCSDIRFILT, &dirfilt) == -1) in pcap_live()
945 if (ioctl(p->fd, BIOCSDIRFILT, &dirfilt) == -1) { in pcap_setdirection()