Searched refs:BIOCSRTIMEOUT (Results 1 – 14 of 14) sorted by relevance
/netbsd/external/bsd/ipf/bin/ipftest/ |
H A D | bpf-ipf.h | 123 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval) macro 139 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) macro
|
/netbsd/external/bsd/ipf/dist/ipsend/ |
H A D | sbpf.c | 133 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
|
/netbsd/external/bsd/ipf/dist/ipsd/ |
H A D | sbpf.c | 183 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
|
/netbsd/sys/net/ |
H A D | bpf.h | 149 #define BIOCSRTIMEOUT _IOW('B', 122, struct timeval) macro
|
H A D | bpf.c | 1001 case BIOCSRTIMEOUT: /* FALLTHROUGH */ in bpf_ioctl() 1177 case BIOCSRTIMEOUT: in bpf_ioctl()
|
/netbsd/tests/net/bpfilter/ |
H A D | t_bpfilter.c | 265 RL(rump_sys_ioctl(bpfd, BIOCSRTIMEOUT, &tv)); in magic_ping_test()
|
/netbsd/external/bsd/libpcap/dist/ |
H A D | pcap-bpf.c | 2378 if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) { 2381 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) { 2391 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&to) < 0) {
|
/netbsd/sys/compat/netbsd32/ |
H A D | netbsd32_ioctl.c | 1620 IOCTL_STRUCT_CONV_TO(BIOCSRTIMEOUT, timeval); in netbsd32_ioctl()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1638 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 689 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1800 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1800 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
|