Searched refs:BIOCSBLEN (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c174 "BIOCSBLEN");
192 RL(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen));
198 ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen), -1,
/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h111 #define BIOCSBLEN _IOWR(B,102, u_int) macro
127 #define BIOCSBLEN _IOWR('B',102, u_int) macro
/freebsd-current/sys/net/
H A Dbpf.h121 #define BIOCSBLEN _IOWR('B', 102, u_int) macro
H A Dbpf.c1484 case BIOCSBLEN:
/freebsd-current/contrib/libpcap/
H A Dpcap-bpf.c2142 if (ioctl(fd, BIOCSBLEN,
2146 "BIOCSBLEN: %s", p->opt.device);
2194 (void) ioctl(fd, BIOCSBLEN, (caddr_t)&v);
2220 "BIOCSBLEN: %s: No buffer size worked",
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c970 (void)ioctl(fd, BIOCSBLEN, (caddr_t)&v);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc669 _(BIOCSBLEN, READWRITE, sizeof(unsigned int));
H A Dsanitizer_platform_limits_netbsd.cpp1782 unsigned IOCTL_BIOCSBLEN = BIOCSBLEN;

Completed in 145 milliseconds