Home
last modified time | relevance | path

Searched refs:bpf_to (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-bpf.c2590 struct BPF_TIMEVAL bpf_to; local
2593 bpf_to.tv_sec = p->opt.timeout / 1000;
2594 bpf_to.tv_usec = (p->opt.timeout * 1000) % 1000000;
2595 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) {