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

/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dsbpf.c133 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
135 perror("BIOCSRTIMEOUT");
/netbsd-current/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h123 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval) macro
139 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) macro
/netbsd-current/external/bsd/ipf/dist/ipsd/
H A Dsbpf.c183 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
185 perror("BIOCSRTIMEOUT");
/netbsd-current/tests/net/bpfilter/
H A Dt_bpfilter.c265 RL(rump_sys_ioctl(bpfd, BIOCSRTIMEOUT, &tv));
/netbsd-current/sys/net/
H A Dbpf.h149 #define BIOCSRTIMEOUT _IOW('B', 122, struct timeval) macro
H A Dbpf.c952 * BIOCSRTIMEOUT Set read timeout.
1001 case BIOCSRTIMEOUT: /* FALLTHROUGH */
1177 case BIOCSRTIMEOUT:
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bpf.c2505 * XXX - Mac OS X 10.6 mishandles BIOCSRTIMEOUT in
2511 * we check whether the structure size in BIOCSRTIMEOUT
2521 if (IOCPARM_LEN(BIOCSRTIMEOUT) != sizeof(struct timeval)) {
2524 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) {
2526 errno, PCAP_ERRBUF_SIZE, "BIOCSRTIMEOUT");
2534 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&to) < 0) {
2536 errno, PCAP_ERRBUF_SIZE, "BIOCSRTIMEOUT");
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c1652 IOCTL_STRUCT_CONV_TO(BIOCSRTIMEOUT, timeval);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1638 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc689 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
H A Dsanitizer_platform_limits_netbsd.cc1800 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc688 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1801 unsigned IOCTL_BIOCSRTIMEOUT = BIOCSRTIMEOUT;

Completed in 190 milliseconds