| /src/tests/net/bpf/ |
| t_div-by-zero.c | 43 ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(fd, BIOCSETF, &bp), -1,
|
| /src/external/bsd/ipf/bin/ipftest/ |
| bpf-ipf.h | 73 * Structure for BIOCSETF. 117 #define BIOCSETF _IOW(B,103, struct bpf_program) 133 #define BIOCSETF _IOW('B',103, struct bpf_program)
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| valgrindtest.c | 405 ioctl(pcap_fd, BIOCSETF, &bad_fcode); 422 ioctl(pcap_fd, BIOCSETF, &bad_fcode);
|
| /src/external/bsd/ipf/dist/ipsd/ |
| sbpf.c | 203 if (ioctl(fd, BIOCSETF, (caddr_t)&prog) == -1) 205 perror("BIOCSETF");
|
| /src/usr.sbin/mopd/common/ |
| pf.c | 137 if (ioctl(fd, BIOCSETF, (caddr_t) & filter) < 0) { 138 mopLogWarn("pfInit: BIOCSETF");
|
| /src/tests/net/bpfilter/ |
| t_bpfilter.c | 268 RL(rump_sys_ioctl(bpfd, BIOCSETF, &prog)); 310 rv = rump_sys_ioctl(bpfd, BIOCSETF, prog);
|
| /src/usr.bin/rump_dhcpclient/ |
| bpf.c | 120 if (rump_sys_ioctl(fd, BIOCSETF, &pf) == -1)
|
| /src/usr.sbin/ndbootd/config/ |
| ndbootd-bpf.c | 178 if (ioctl(network_fd, BIOCSETF, &program) < 0) {
|
| /src/usr.sbin/rbootd/ |
| bpf.c | 193 if (ioctl(BpfFd, BIOCSETF, (caddr_t)&bpf_pgm) < 0) { 194 syslog(LOG_ERR, "bpf: ioctl(BIOCSETF): %m");
|
| /src/external/bsd/dhcpcd/dist/src/ |
| bpf.c | 300 return ioctl(fd, BIOCSETF, &pf); 709 #elif defined(BIOCSETF)
|
| /src/sys/net/ |
| bpf.h | 73 * Structure for BIOCSETF. 126 #define BIOCSETF _IOW('B', 103, struct bpf_program)
|
| bpf.c | 958 * BIOCSETF Set ethernet read filter. 1079 case BIOCSETF: /* FALLTHROUGH */ 1403 if (cmd == BIOCSETF)
|
| /src/usr.sbin/isibootd/ |
| isibootd.c | 402 ioctl(fd, BIOCSETF, &bpf_pgm);
|
| /src/external/bsd/libpcap/dist/ |
| pcap-pf.c | 601 * BIOCSETF worked but BIOCVERSION didn't, and I've seen it do 616 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) < 0) { 618 sizeof(p->errbuf), errno, "BIOCSETF"); 642 * this filter (BIOCSETF discards packets buffered
|
| pcap-bpf.c | 2721 if (ioctl(p->fd, BIOCSETF, (caddr_t)&total_prog) < 0) { 2723 errno, "BIOCSETF"); 3455 if (ioctl(p->fd, BIOCSETF, (caddr_t)fp) == 0) { 3464 * might not pass this filter (BIOCSETF discards packets 3488 errno, "BIOCSETF");
|
| /src/external/mpl/dhcp/dist/common/ |
| bpf.c | 371 if (ioctl (info -> rfdesc, BIOCSETF, &p) < 0)
|
| /src/usr.sbin/rarpd/ |
| rarpd.c | 355 if (ioctl(fd, BIOCSETF, (caddr_t) & filter) < 0) { 356 rarperr(FATAL, "BIOCSETF: %s", strerror(errno));
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.c | 1631 IOCTL_STRUCT_CONV_TO(BIOCSETF, bpf_program);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.cc | 1621 unsigned IOCTL_BIOCSETF = BIOCSETF;
|
| sanitizer_interceptors_ioctl_netbsd.inc | 671 _(BIOCSETF, READ, struct_bpf_program_sz);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_interceptors_ioctl_netbsd.inc | 670 _(BIOCSETF, READ, struct_bpf_program_sz);
|
| sanitizer_platform_limits_netbsd.cpp | 1783 unsigned IOCTL_BIOCSETF = BIOCSETF;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_interceptors_ioctl_netbsd.inc | 670 _(BIOCSETF, READ, struct_bpf_program_sz);
|
| sanitizer_platform_limits_netbsd.cpp | 1783 unsigned IOCTL_BIOCSETF = BIOCSETF;
|