Searched refs:BIOCSRTIMEOUT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sbin/ipf/ipf/ |
| HD | bpf-ipf.h | 122 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval) macro 138 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) macro
|
| /freebsd-13-stable/sbin/ipf/ipsend/ |
| HD | sbpf.c | 123 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1) in initdevice()
|
| /freebsd-13-stable/sys/net/ |
| HD | bpf.h | 130 #define BIOCSRTIMEOUT _IOW('B', 109, struct timeval) macro
|
| HD | bpf.c | 1414 case BIOCSRTIMEOUT: in bpfioctl() 1639 case BIOCSRTIMEOUT: in bpfioctl()
|
| /freebsd-13-stable/contrib/netbsd-tests/net/bpfilter/ |
| HD | t_bpfilter.c | 265 RL(rump_sys_ioctl(bpfd, BIOCSRTIMEOUT, &tv)); in magic_ping_test()
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-bpf.c | 2584 if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) { 2587 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) { 2597 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&to) < 0) {
|
| /freebsd-13-stable/usr.sbin/usbdump/ |
| HD | usbdump.c | 996 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&tv) < 0) in main()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_netbsd.cpp | 1801 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
|