Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c192 RL(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen)); in ATF_TC_BODY()
198 ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen), -1, in ATF_TC_BODY()
/freebsd/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/sys/net/
H A Dbpf.h121 #define BIOCSBLEN _IOWR('B', 102, u_int) macro
H A Dbpf.c1484 case BIOCSBLEN: in bpfioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c2212 if (ioctl(fd, BIOCSBLEN,
2264 (void) ioctl(fd, BIOCSBLEN, (caddr_t)&v);
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c974 (void)ioctl(fd, BIOCSBLEN, (caddr_t)&v); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1782 unsigned IOCTL_BIOCSBLEN = BIOCSBLEN;
H A Dsanitizer_interceptors_ioctl_netbsd.inc669 _(BIOCSBLEN, READWRITE, sizeof(unsigned int));