Searched refs:BIOCSBLEN (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/netbsd-tests/net/bpf/ |
H A D | t_bpf.c | 192 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 D | bpf-ipf.h | 111 #define BIOCSBLEN _IOWR(B,102, u_int) macro 127 #define BIOCSBLEN _IOWR('B',102, u_int) macro
|
/freebsd/sys/net/ |
H A D | bpf.h | 121 #define BIOCSBLEN _IOWR('B', 102, u_int) macro
|
H A D | bpf.c | 1484 case BIOCSBLEN: in bpfioctl()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-bpf.c | 2212 if (ioctl(fd, BIOCSBLEN, 2264 (void) ioctl(fd, BIOCSBLEN, (caddr_t)&v);
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 974 (void)ioctl(fd, BIOCSBLEN, (caddr_t)&v); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1782 unsigned IOCTL_BIOCSBLEN = BIOCSBLEN;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 669 _(BIOCSBLEN, READWRITE, sizeof(unsigned int));
|