Searched refs:BIOCSETF (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A Dbpflib.c114 return ioctl(fd, BIOCSETF, &prog);
130 return ioctl(fd, BIOCSETF, &prog);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h108 * Structure for BIOCSETF.
167 #define BIOCSETF _IOW('B',103, struct bpf_program) macro
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-pf.c539 * BIOCSETF worked but BIOCVERSION didn't, and I've seen it do
554 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) < 0) {
556 "BIOCSETF: %s", pcap_strerror(errno));
580 * this filter (BIOCSETF discards packets buffered
H A Dpcap-bpf.c2366 if (ioctl(p->fd, BIOCSETF, (caddr_t)&total_prog) < 0) {
2367 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "BIOCSETF: %s",
2772 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) == 0) {
2781 * might not pass this filter (BIOCSETF discards packets
2804 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "BIOCSETF: %s",
/macosx-10.10/network_cmds-457/rarpd.tproj/
H A Drarpd.c347 if (ioctl(fd, BIOCSETF, (caddr_t) & filter) < 0) {
348 err(FATAL, "BIOCSETF: %s", strerror(errno));

Completed in 87 milliseconds