Searched refs:BIOCSRTIMEOUT (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c125 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
127 perror("BIOCSRTIMEOUT");
/freebsd-13-stable/contrib/ipfilter/
H A Dbpf-ipf.h123 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval) macro
139 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) macro
/freebsd-13-stable/sys/net/
H A Dbpf.h132 #define BIOCSRTIMEOUT _IOW('B', 109, struct timeval) macro
H A Dbpf.c1333 * BIOCSRTIMEOUT Set read timeout.
1396 case BIOCSRTIMEOUT:
1621 case BIOCSRTIMEOUT:
/freebsd-13-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c265 RL(rump_sys_ioctl(bpfd, BIOCSRTIMEOUT, &tv));
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c2354 * XXX - Mac OS X 10.6 mishandles BIOCSRTIMEOUT in
2360 * we check whether the structure size in BIOCSRTIMEOUT
2370 if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) {
2373 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) {
2375 errno, PCAP_ERRBUF_SIZE, "BIOCSRTIMEOUT");
2383 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&to) < 0) {
2385 errno, PCAP_ERRBUF_SIZE, "BIOCSRTIMEOUT");
/freebsd-13-stable/usr.sbin/usbdump/
H A Dusbdump.c998 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&tv) < 0)
999 err(EXIT_FAILURE, "BIOCSRTIMEOUT ioctl failed");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1647 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);

Completed in 220 milliseconds