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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-bpf.c2071 struct BPF_TIMEVAL bpf_to; local
2074 bpf_to.tv_sec = p->md.timeout / 1000;
2075 bpf_to.tv_usec = (p->md.timeout * 1000) % 1000000;
2076 if (ioctl(p->fd, BIOCSRTIMEOUT, (caddr_t)&bpf_to) < 0) {

Completed in 114 milliseconds